mirror of
https://github.com/barrucadu/dejafu.git
synced 2024-11-27 13:39:16 +03:00
31d29c11ea
This is preparation for adding bound threads. The instance isn't used in this commit, but the diff is large enough that I feel this should be a separate commit for ease of review. Fallout: - The MonadBaseControl IO instance is gone, as I'm not sure how to do it generally. - The pure/IO split is gone, everything is now monadic. - The execution, SCT, and dejafu functions are of the form (MonadConc n, MonadRef r n) => ... |
||
---|---|---|
.. | ||
Test/HUnit | ||
CHANGELOG.markdown | ||
hunit-dejafu.cabal | ||
LICENSE | ||
README.markdown | ||
Setup.hs |
hunit-dejafu
Integration between the dejafu library for concurrency testing and HUnit. This lets you easily incorporate concurrency testing into your existing test suites.
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).