Module Eio_utilsSource

Utilities for implementing Eio event loops.

These aren't intended for users of Eio.

Sourcemodule Lf_queue : sig ... end

A 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.

Sourcemodule Suspended : sig ... end

A suspended fiber with its context.

Sourcemodule Zzz : sig ... end

A set of timers.

Sourcemodule Dla : sig ... end