@hackage distributed-process-async0.2.11
Cloud Haskell Async API
Installation
Tested Compilers
Dependencies (5)
- base >=4.14 && <5
- binary >=0.8 && <0.9
- distributed-process >=0.6.1 && <0.8
- exceptions >=0.10 && <1.0
- stm >=2.4 && <2.6 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.