mirror of
https://github.com/barrucadu/dejafu.git
synced 2024-12-18 11:01:50 +03:00
c742da2bfd
Removing the stuff broke some of the litmus tests, which is bad. It probably means that those actions were being put into sleep sets, and so hiding actually interesting interleavings from the POR implementation. I need to improve the lookahead behaviour to ignore these invisible actions. Closes #46. |
||
---|---|---|
.. | ||
Control/Concurrent | ||
tests | ||
async-dejafu.cabal | ||
LICENSE | ||
README.markdown | ||
Setup.hs |
async-dejafu
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).