summaryrefslogtreecommitdiff
path: root/devel/ocaml-async_unix/DESCR
blob: 0f4e7cd436c357b5eda353ef02a061efe45ed875 (plain)
1
2
3
4
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.