package eio

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

Install

Dune Dependency

Authors

Maintainers

Sources

eio-1.0.tbz
sha256=da260d9da38b3dde9f316652a20b13a261cf90b85a2498ac669b7d564e61942d
sha512=5886e1159f48ede237769baa1d8b5daafa0310e4192d7fe0e8c32aef70f2b6378cef72d0fbae308457e25d87a69802b9ee83a5e8f23e0591d83086a92d701c46

doc/eio.unix/Eio_unix/Private/index.html

Module Eio_unix.PrivateSource

API for Eio backends only.

Sourcetype Effect.t +=
  1. | Await_readable : Unix.file_descr -> unit Effect.t
  2. | Await_writable : Unix.file_descr -> unit Effect.t
  3. | Get_monotonic_clock : Eio.Time.Mono.ty Eio.Std.r Effect.t
  4. | Pipe : Eio.Switch.t -> (source_ty Eio.Std.r * sink_ty Eio.Std.r) Effect.t
    (*

    See pipe

    *)
Sourcemodule Rcfd : sig ... end

A safe wrapper around Unix.file_descr.

Sourcemodule Fork_action = Private.Fork_action
Sourcemodule Thread_pool : sig ... end

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

OCaml

Innovation. Community. Security.