package bogue

  1. Overview
  2. Docs

Synchronized execution queue FIFO queue of actions to be executed by the main thread at each graphical frame. It is much easier to use this rather than letting actions be executed by various threads and try to guess in which order...

Dependency graph

val push : (unit -> unit) -> unit

Register a action to be executed by the mainloop at next frame, or at a subsequent frame if the queue is already large.

OCaml

Innovation. Community. Security.