Caqti_miou_unix.SystemSourceinclude module type of struct include System_core endinclude Caqti_platform.System_sig.CORE
with type 'a Fiber.t = 'a
and module Stream = Caqti_miou.Stream
and type Switch.t = Caqti_miou.Switch.t
and type stdenv := unitmodule Switch = System_core.SwitchA module used by EIO to handle cleanup tasks; unit for other platforms.
async f runs f () asynchroneously if possible, else immediately.
module Mutex = System_core.Mutexmodule Condition = System_core.Conditionmodule Pool : sig ... end