Module type Domain_local_timeout.Thread

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