package async_unix

  1. Overview
  2. Docs
Monadic concurrency library

Install

Dune Dependency

Authors

Maintainers

Sources

async_unix-v0.15.0.tar.gz
sha256=49919d67c4197fed6a980a83a5e38f3c7311081dc40480c368c5b572a9cb3bc5

Description

Part of Jane Street's Core library The Core suite of libraries is an industrial strength alternative to OCaml's standard library that was developed by Jane Street, the largest industrial user of OCaml.

Published: 21 Mar 2022

README

Async_unix

Async_unix includes Unix-related dependencies for things like system calls and threads. Using these, it hooks the Async_kernel scheduler up to either epoll or select, depending on availability, and manages a thread pool that blocking system calls run in.

API documentation for the latest release can be found here.

Dependencies (7)

  1. dune >= "2.0.0"
  2. ppx_jane >= "v0.15" & < "v0.16"
  3. core_unix >= "v0.15" & < "v0.16"
  4. core_kernel >= "v0.15" & < "v0.16"
  5. core >= "v0.15" & < "v0.16"
  6. async_kernel >= "v0.15" & < "v0.16"
  7. ocaml >= "4.08.0"

Dev Dependencies

None

Conflicts

None

OCaml

Innovation. Community. Security.