mirror of
https://github.com/barrucadu/dejafu.git
synced 2024-11-23 22:23:18 +03:00
45256193c0
This also adds forkOS(N) and isCurrentThreadBound to MonadConc, a breaking change. Note: forkOSWithUnmask(N) is NOT added to MonadConc, as it isn't supported in base-4.8 (GHC 7.10). See #132 for the action on this. A bound thread under test gets a dedicated worker thread, which is forked bound using the underlying MonadConc. This worker is used for all lifted actions, with execution as normal otherwise. |
||
---|---|---|
.. | ||
DejaFu.hs |