Module Note.Step

Update steps.

Update steps allow to schedule simultaneous primitive event occurrence and signal changes.

Steps

type t

The type for update steps.

val create : unit -> t

create () is a new update step.

val execute : t -> unit

execute step executes the update step step.

  • raises Invalid_argument

    if step was already executed.