Deprecated

In favour of

async-dejafu

Run MonadConc operations asynchronously and wait for their results.

https://github.com/barrucadu/dejafu

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.3.0@sha256:1d3cd9cbce18475016743474f8a2ce5b19c6bed378ac7fae59fa5e5520434339,2093

Module documentation for 0.1.3.0

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 concurrency, providing easy-to-use asynchronous operaitons within an easily-testable framework.

This library itself is tested with dejafu.

When these functions are used in an IO context, the behaviour should appear identical to the original async package.