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

Module documentation for 0.2.1

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.