@hackage distributed-process-async0.2.7
Cloud Haskell Async API
Installation
Tested Compilers
Dependencies (14)
- base >=4.4 && <5
- binary >=0.6.3.0 && <0.9
- containers >=0.4 && <0.7
- data-accessor >=0.2.2.3
- deepseq >=1.3.0.1 && <1.6
- distributed-process >=0.6.1 && <0.8 Show all…
Dependents (7)
@hackage/acme-everything, @hackage/cloud-haskell, @hackage/distributed-process-client-server, @hackage/feed-gipeda, @hackage/distributed-process-task, @hackage/wrecker-ui, Show all…
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.