Note.Step
Update steps.
Update steps allow to schedule simultaneous primitive event occurence and signal changes.
type t
The type for update steps.
val create : unit -> t
create () is a new update step.
create ()
val execute : t -> unit
execute step executes the update step step.
execute step
step
if step was already executed.