ocaml-containers/src/domain/containers_domain.mli
Simon Cruanes c1b13f1c7f
Some checks failed
format / format (push) Has been cancelled
Build and Test / build (push) Has been cancelled
feat: add CCAtomic.update_cas
2025-12-08 13:41:29 -05:00

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 *)