package moonpool

  1. Overview
  2. Docs

Module Moonpool_private.Dla_Source

Interface to Domain-local-await.

This is used to handle the presence or absence of DLA.

Sourcetype t = {
  1. release : unit -> unit;
  2. await : unit -> unit;
}
Sourceval using : prepare_for_await:(unit -> t) -> while_running:(unit -> 'a) -> 'a
Sourceval setup_domain : unit -> unit
OCaml

Innovation. Community. Security.