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

Module documentation for 0.2.2

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.