Eio_utilsUtilities for implementing Eio event loops.
These aren't intended for users of Eio.
module Lf_queue : sig ... endA lock-free multi-producer, single-consumer, thread-safe queue without support for cancellation. This makes a good data structure for a scheduler's run queue.
module Suspended : sig ... endA suspended fiber with its context.
module Zzz : sig ... endA set of timers.
module Dla : sig ... end