Deprecated

In favour of

async-dejafu

Run MonadConc operations asynchronously and wait for their results.

https://github.com/barrucadu/dejafu

Version on this page:0.1.2.2
LTS Haskell 10.10:0.1.3.0
Stackage Nightly 2017-12-23:0.1.3.0
Latest on Hackage:0.1.3.0

See all snapshots async-dejafu appears in

BSD-3-Clause licensed by Michael Walker
Maintained by [email protected]
This version can be pinned in stack with:async-dejafu-0.1.2.2@sha256:967928f60add9084c2b0cc5f8fa8ab4e777d4d169a3f980976d26b8db3bb1088,1968

Module documentation for 0.1.2.2

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.