package domain-local-timeout

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Signature for a minimal subset of the Stdlib.Thread module needed by domain local timeout.

type t
val self : unit -> t
val id : t -> int
val create : ('a -> 'b) -> 'a -> t
val join : t -> unit
OCaml

Innovation. Community. Security.