BSD-3-Clause licensed by Tim Watson
Maintained by [email protected]
This version can be pinned in stack with:distributed-process-async-0.2.3@sha256:56ae624c478fa2a42dd48850189ffdd1540416e820a83bbe00c54569b76af288,3427

Module documentation for 0.2.3

This package provides a higher-level interface over Processes, in which an Async a is a concurrent, possibly distributed Process that will eventually deliver a value of type a. The package provides ways to create Async computations, wait for their results, and cancel them.