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.1
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.1@sha256:735c993876c781ece3f8fdfcbcf4811451f82539facbbb3cd5d9936e176ea41c,1937

Module documentation for 0.1.2.1

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.