mirror of
https://github.com/barrucadu/dejafu.git
synced 2025-01-05 04:05:17 +03:00
Systematic concurrency testing meets Haskell.
c1d4259178
This is safe because there's no point pre-empting a block to cause a context switch, as the context switch will happen immediately after the block anyway. This speeds up the Applicative composition test from over 30 minutes to around 1. |
||
---|---|---|
async-dejafu | ||
dejafu | ||
dejafu-tests | ||
hunit-dejafu | ||
tasty-dejafu | ||
.gitignore | ||
README.markdown | ||
stack.yaml |