Moonpool_private.Dla_
Interface to Domain-local-await.
This is used to handle the presence or absence of DLA.
type t = {
release : unit -> unit;
await : unit -> unit;
}
val using : prepare_for_await:(unit -> t) -> while_running:(unit -> 'a) -> 'a
val setup_domain : unit -> unit