dejafu/async-dejafu
2016-03-23 04:38:34 +00:00
..
Control/Concurrent Move Control.Concurrent.STM.Classy -> Control.Concurrent.Classy.STM 2016-03-23 04:38:34 +00:00
tests Enable withasync_wait2 test 2015-11-03 00:21:33 +00:00
async-dejafu.cabal Improve async docs. Closes #19. 2015-11-03 00:21:47 +00:00
LICENSE Initial version of async-dejafu 2015-10-25 16:17:41 +00:00
README.markdown Update docs links 2016-03-18 00:59:52 +00:00
Setup.hs Initial version of async-dejafu 2015-10-25 16:17:41 +00:00

async-dejafu Build Status

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.

The documentation of the latest developmental version is available online.

Contributing

Bug reports, pull requests, and comments are very welcome!

Feel free to contact me on GitHub, through IRC (#haskell on freenode), or email (mike@barrucadu.co.uk).