package bogue

  1. Overview
  2. Docs

Delayed actions

Dependency graph

type t
val add : int -> (unit -> unit) -> t

Register a new timeout and return it. add delay action will execute action () after the delay of delay ms.

OCaml

Innovation. Community. Security.