BSD-3-Clause licensed by Tim Watson
Maintained by The Distributed Haskell team
This version can be pinned in stack with:distributed-process-async-0.2.11@sha256:1c33c737405f43087c9e494c69fd129ea482147087564763bbd4e2082a1e15f3,2782

Module documentation for 0.2.11

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.

Changes