GitXplorerGitXplorer
j

async

public
213 stars
19 forks
1 issues

Commits

List of commits on branch master.
Unverified
d9e61cccf281cb740d28403aea14f80565ca35c2

v0.18~preview.130.05+548

ppublic-release committed 2 months ago
Unverified
20a838b1a9dc115ef814cc754c9ac2f34080ec66

v0.18~preview.130.00+55

ppublic-release committed 3 months ago
Unverified
7e8c061271b5cca3037bcb50a61038e9aed61448

v0.18~preview.129.42+498

ppublic-release committed 4 months ago
Unverified
d5c944adeabf4d576e66fa76cb9f2f5a2ff709cb

v0.17~preview.129.36+325

ppublic-release committed 5 months ago
Unverified
45fce9a15816b5812942f34fdc45587d91f44563

v0.17~preview.129.17+77

ppublic-release committed 8 months ago
Unverified
34ebe5f7eabdcaa99cc868f86c2fb140fd129027

v0.17~preview.129.17+77

ppublic-release committed 9 months ago

README

The README file for this repository.

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