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 
ControlControl.DistributedControl.Distributed.Process
 
 
 
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.
2025-02-04 Laurent P. René de Cotret [email protected] 
Ported test suite to use tasty rather than test-framework. 
Removed unused dependencies (#467) 
 
2024-10-30  David Simmons-Duffin [email protected] 
Bump dependency bound for ansi-terminal 
 
2024-10-30 Laurent P. René de Cotret [email protected] 
Removed dependency on rematch (#459) 
 
2024-09-03 Laurent P. René de Cotret [email protected] 
Bumped dependency bounds to support GHC 8.10.7 - GHC 9.10.1 
Updated links to point to Distributed Haskell monorepo 
 
2024-03-25  David Simmons-Duffin [email protected] 
Bump dependencies to build with ghc-9.8. 
 
2018-06-14  Alexander Vershilov [email protected] 
Update dependency bounds 
Export all documented functions (Issue #9) 
 
2016-02-16  Facundo Domínguez [email protected] 
Update dependency bounds. 
 
HEAD 
Added initial GenServer module 
Added Timer Module 
Moved time functions into Time.hs 
Added Async API 
Added GenProcess API (subsumes lower level GenServer API) 
 
Stackage is a service provided by the
Haskell Foundation 
│ Originally developed by
FP Complete