rdavison / async_unix

Jane Street Capital's asynchronous execution library (unix)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"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].

About

Jane Street Capital's asynchronous execution library (unix)

License:MIT License


Languages

Language:OCaml 99.3%Language:C 0.7%Language:Makefile 0.0%Language:Standard ML 0.0%