Skip to content

Kaplay.TimerController

Types

t

type t = {mutable paused: bool}
Fields
paused bool

Values

cancel

let cancel: t => unit
Parameters
t
Return type
unit

onEnd

let onEnd: (t, unit => unit) => unit
Parameters
t
unit
unit
Return type
unit

then

let then: (t, unit => unit) => t
Parameters
t
unit
unit
Return type
t