package note

  1. Overview
  2. Docs
On This Page
  1. Steps
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

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.

OCaml

Innovation. Community. Security.