package async_unix

  1. Overview
  2. Docs
Monadic concurrency library

Install

Dune Dependency

Authors

Maintainers

Sources

async_unix-v0.16.0.tar.gz
sha256=a6a86202acea433b5c739ac20190a9a364da9d9eb7ebd402f517b8c58983839b

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: 14 Jun 2023

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.16" & < "v0.17"
  3. core_unix >= "v0.16" & < "v0.17"
  4. core_kernel >= "v0.16" & < "v0.17"
  5. core >= "v0.16" & < "v0.17"
  6. async_kernel >= "v0.16" & < "v0.17"
  7. ocaml >= "4.14.0"

Dev Dependencies

None

Used by (19)

  1. alcotest-async < "1.0.0" | >= "1.6.0"
  2. amqp-client < "1.0.2"
  3. async >= "v0.16.0"
  4. async_sendfile >= "v0.16.0"
  5. aws-s3-async >= "4.6.0"
  6. bastet_async
  7. caqti-async >= "1.3.0"
  8. cohttp-async >= "2.5.6" & < "3.0.0" | >= "5.0.0"
  9. cohttp-curl-async
  10. cstruct-async
  11. ecaml >= "v0.16.0"
  12. fswatch_async
  13. graphql-async >= "0.14.0"
  14. lambda_streams_async
  15. pgx_async >= "1.0"
  16. ppx_css >= "v0.16.0"
  17. tls-async >= "0.15.3"
  18. vrt
  19. zmq-async

Conflicts

None