@hackage async-dejafu0.1.2.0
Run MonadConc operations asynchronously and wait for their results.
Categories
License
BSD-3-Clause
Maintainer
mike@barrucadu.co.uk
Links
Versions
Deprecated
Dependencies (3)
- base >=4.7 && <5
- dejafu >=0.2 && <0.4
- exceptions >=0.7 && <0.9 Show all…
Dependents (1)
@hackage/acme-everything
The async library
provides a higher-level interface over threads, allowing users to
conveniently run IO operations asynchronously and wait for their
results. This package is a reimplementation of async using the
MonadConc abstraction from
dejafu, providing
easy-to-use asynchronous operaitons within an easily-testable
framework.
When these functions are used in an IO context, the behaviour should appear identical to the original async package.