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:5cf628bf0acb43ae30015fb9a80e43cc00cf6f0716aeb816d94ed2e28f5a7d45,3327

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.