You can search for identifiers within the package.
in-package search v0.2.0
Signature for a minimal subset of the Stdlib.Thread module needed by domain local timeout.
Stdlib.Thread
type t
val self : unit -> t
val id : t -> int
val create : ('a -> 'b) -> 'a -> t
val join : t -> unit