All Versions
8
Latest Version
Avg Release Cycle
147 days
Latest Release
1358 days ago

Changelog History

  • v0.3.0.2 Changes

    July 29, 2020
    • Include .cabal file in source repo.
    • ๐Ÿ‘ท Migrate CI from Travis to GitHub Actions.
    • ๐Ÿ— Build and test for multiple platforms and GHC versions.
  • v0.3.0.1 Changes

    December 23, 2018
    • ๐Ÿšš Move to hpack from hand written cabal project file.
  • v0.3.0.0 Changes

    December 02, 2017

    Back to basic. Unlifted APIs to IO.

  • v0.2.0.0 Changes

    November 02, 2017
    • ๐Ÿ‘Œ Improved implementation of previous fix.
    • No longer expose constructor of ThreadMap.
  • v0.1.0.3 Changes

    October 31, 2017

    ๐Ÿ›  Fixed BlockedIndefinitelyOnMVar issue under race condition.

  • v0.1.0.2 Changes

    October 14, 2017

    ๐Ÿ›  Fixed space leaks in map operation.

  • v0.1.0.1 Changes

    October 04, 2017

    โœ‚ Remove timing dependency from tests.

  • v0.1.0.0 Changes

    October 02, 2017

    Simple Haskel thread management library in hierarchical manner. Thread created by this library guarantees automatic cleanup on its parent termination.