Skip to content

Jane Street Capital's asynchronous execution library

License

Notifications You must be signed in to change notification settings

webclinic017/async

This branch is 38 commits behind janestreet/async:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

066d69e · Sep 23, 2021
Jun 18, 2021
Jun 18, 2021
Sep 23, 2021
Jun 18, 2021
Jun 18, 2021
Aug 13, 2021
May 28, 2021
Jun 18, 2021
Aug 27, 2021
Feb 3, 2021
Mar 14, 2019
Jun 20, 2018
Nov 6, 2018
Jan 14, 2021
Jan 16, 2019
May 3, 2019
Aug 27, 2021
Mar 2, 2020

Repository files navigation

"Async"

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).

Read more in Chapter 18 of Real World OCaml.

API documentation for the latest release can be found here.

About

Jane Street Capital's asynchronous execution library

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • OCaml 99.4%
  • Other 0.6%