Module Eio_unix.Private

API for Eio backends only.

module Rcfd : sig ... end

A safe wrapper around Unix.file_descr.

module Fork_action : sig ... end

Actions to perform after forking a child process.

module Thread_pool : sig ... end

A pool of systhreads, to avoid the overhead of creating a new thread for each operation.