async_unix
Monadic concurrency library
README
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.
Install
- Published
-
21 Mar 2022
- Authors
-
- Maintainers
-
Sources
Dependencies
dune
>= "2.0.0"
ppx_jane
>= "v0.15" & < "v0.16"
core_unix
>= "v0.15" & < "v0.16"
core_kernel
>= "v0.15" & < "v0.16"
core
>= "v0.15" & < "v0.16"
async_kernel
>= "v0.15" & < "v0.16"
ocaml
>= "4.08.0"
Reverse Dependencies
alcotest-async
< "1.0.0" | >= "1.6.0"
amqp-client
< "1.0.2"
async
>= "v0.15.0"
async_sendfile
>= "v0.15.0"
aws-s3-async
>= "4.6.0"
caqti-async
>= "1.3.0"
cohttp-async
= "2.5.6" | >= "5.0.0"
ecaml
>= "v0.15.0"
graphql-async
>= "0.14.0"
pgx_async
>= "1.0"
tls-async
>= "0.15.3"