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

Module documentation for 0.2.0

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.