package eio

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Eio.PrivateSource

API for use by the scheduler implementation.

Sourcemodule Trace : sig ... end

Trace Eio events using OCaml's runtime events system.

Sourcemodule Cells : sig ... end

A lock-free queue-like structure with suspension and cancellation.

Sourcemodule Broadcast : sig ... end

A lock-free queue of waiters that should all be resumed at once.

Sourcemodule Fiber_context : sig ... end

Every fiber has an associated context.

Sourcemodule Effects : sig ... end
Sourcemodule Suspend : sig ... end

Suspend a fiber and enter the scheduler.

Sourcemodule Debug : sig ... end
Sourcemodule Dla : sig ... end
OCaml

Innovation. Community. Security.