All Versions
20
Latest Version
Avg Release Cycle
-
Latest Release
-

Changelog History
Page 1

  • v0.6.0.0 Changes

    • WriterC
    • โš™ Run multiple RWSC operations concurrently (runRWSCs, etc.)
  • v0.5.1.4 Changes

    • GHC 7.7 and 7.2 compatibility
  • v0.5.1.3 Changes

    • Clean up MonadFork instances
  • v0.5.1.2 Changes

    • โž• Add a concurrent chat server example
    • Install with -fexamples to enable example binaries
  • v0.5.1.1 Changes

    • Specialize `get' for StateC and RWSC to avoid an STM transaction
  • v0.5.1.0 Changes

    • โœ‚ Remove Monoid w constraint from MonadFork instances for RWS
  • v0.5.0.1 Changes

    • ๐Ÿ‘Œ Support GHC 7.4.2
  • v0.5.0.0 Changes

    • โž• Add RWSC
    • โœ‚ Remove liftCallCCC', since the difference between it and liftCallCCC is indistinguishable in this library
  • v0.4.2.0 Changes

    • โœ‚ Remove MonadCatch constraint from MonadFork
  • v0.4.1.0 Changes

    • โž• Add forkWithUnmask, forkOnWithUnmask to Control.Concurrent.Lifted.Fork