package hardcaml_event_driven_sim

  1. Overview
  2. Docs
val schedule_external_set : t -> 'value Signal.t -> 'value -> unit

Schedules a new update.

This should only be used by the simulation front-end - processes should use functions from O module.

val schedule_call : t -> delay:int -> f:(unit -> unit) -> unit

Schedules a call to function f.

This should only be used by the simulation front-end.

OCaml

Innovation. Community. Security.