package async_unix

  1. Overview
  2. Docs
Monadic concurrency library

Install

Dune Dependency

Authors

Maintainers

Sources

async_unix-v0.14.0.tar.gz
md5=a67300edf50a56e5bac760333404c6e7

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: 31 May 2020

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 >= "2.0.0"
  2. ppx_jane >= "v0.14" & < "v0.15"
  3. core_kernel >= "v0.14" & < "v0.15"
  4. core >= "v0.14" & < "v0.15"
  5. async_kernel >= "v0.14" & < "v0.15"
  6. ocaml >= "4.08.0"

Dev Dependencies

None

Used by (22)

  1. alcotest-async < "1.6.0"
  2. amqp-client < "1.0.2"
  3. async = "v0.14.0"
  4. async_graphics >= "0.7.0"
  5. async_sendfile = "v0.14.0"
  6. aws-s3-async >= "4.0.0" & != "4.5.0"
  7. bastet_async
  8. caqti-async >= "1.2.2"
  9. cohttp-async >= "2.5.3" & != "5.3.0" & < "6.0.0~alpha2"
  10. cohttp-curl-async
  11. cstruct-async
  12. ecaml = "v0.14.0"
  13. fswatch_async
  14. graphql-async
  15. lambda_streams_async
  16. mssql >= "2.0.3"
  17. pgx_async >= "1.0"
  18. ppx_log < "v0.15.0"
  19. shuttle < "0.3.1"
  20. tls-async < "0.15.3"
  21. vrt
  22. zmq-async

Conflicts

None