package eio_posix

  1. Overview
  2. Docs

Module Eio_posixSource

Fallback Eio backend for POSIX systems.

The type of the standard set of resources available on POSIX systems.

Sourceval run : (stdenv -> 'a) -> 'a

run main runs an event loop and calls main stdenv inside it.

For portable code, you should use Eio_main.run instead, which will call this for you if appropriate.

Sourcemodule Low_level : sig ... end

Low-level API for making POSIX calls directly.

OCaml

Innovation. Community. Security.