Module type Fut_backend_base.Backend
Fut backend interface.
Note. While the Unix module interface is needed to compile backends, there's no need to link against it.
Runtime
Actions
Signal actions
val signal_action : int -> (abort -> (int -> unit) * 'a) -> 'a
Timer actions
val timer_action : float -> (abort -> (float -> unit) * 'a) -> 'a
File descriptor actions
Workers
Queues
module Queue : sig ... end