ocaml-async

v 0.16.0 Updated: 1 year ago

Jane Street Capitalʼs asynchronous execution library

Async is a library for asynchronous programming, i.e. programming where some part of the program must wait for things that happen at times determined by some external entity (like a human or another program). This includes pretty much any program that uses blocking calls (e.g. networking code, disk access), timeouts or event loops (e.g. GUIs).

https://github.com/janestreet/async

To install ocaml-async, paste this in macOS terminal after installing MacPorts

sudo port install ocaml-async

Add to my watchlist

Installations 0
Requested Installations 0