package async_unix

  1. Overview
  2. Docs
Monadic concurrency library

Install

Dune Dependency

Authors

Maintainers

Sources

async_unix-v0.13.0.tar.gz
md5=1f150e28eeca17ebf3ff65641132c26d

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: 20 Nov 2019

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][https://ocaml.janestreet.com/ocaml-core/latest/doc/async/index.html].

Dependencies (6)

  1. dune >= "1.5.1"
  2. ppx_jane >= "v0.13" & < "v0.14"
  3. core_kernel >= "v0.13" & < "v0.14"
  4. core >= "v0.13" & < "v0.14"
  5. async_kernel >= "v0.13" & < "v0.14"
  6. ocaml >= "4.08.0" & < "4.11.0"

Dev Dependencies

None

Conflicts

None