package eio

  1. Overview
  2. Docs
Effect-based direct-style IO API for OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

eio-0.9.tbz
sha256=cfbdf92e480063333f9c6ab234ee46aceeadb3209744c801cdf8a274b1997d99
sha512=410e334103a9ae9805c57ad12ca9726b0b74b82cca4477004521ccfcc7ddb0f63ec6f38fdd69728792d3dff1ab3f8ad990cd6b02b45f467cf492e2840941c669

doc/eio.utils/Eio_utils/index.html

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.

OCaml

Innovation. Community. Security.