mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2026-03-13 16:56:18 -04:00
7 lines
164 B
OCaml
7 lines
164 B
OCaml
(** A partial stub for {!Domain}. *)
|
|
|
|
val is_main_domain : unit -> bool
|
|
val cpu_relax : unit -> unit
|
|
|
|
val relax_loop : int -> unit
|
|
(** Call {!cpu_relax} n times *)
|