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.0.0
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.0.0@sha256:3fd80c8f99459d6c9c5e0636e6803e51a154bcb508ae9db0e36f8e8c6ef84c38,1720

Module documentation for 0.1.0.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 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.