All Versions
5
Latest Version
Avg Release Cycle
325 days
Latest Release
1768 days ago

Changelog History

  • v0.2.1 Changes

    June 17, 2019

    โž• Added

    • Compatibility with ghc-8.6.
    • Check for -threaded.
  • v0.2.0 Changes

    November 06, 2017

    โž• Added

    • Bindings for managing threads (create, join, exit, cancel).
    • Requirement to link with -threaded if using the new bindings.
    • โœ… Tests for create, join and exit.
    • ๐Ÿ‘ป An exception datatype for the boundness check.

    ๐Ÿ”„ Changed

    • ๐Ÿ“‡ Renamed module to System.Posix.Thread.
    • ๐Ÿ“‡ Renamed functions to createKey and deleteKey.
    • ๐Ÿ‘‰ Show error code on failure.
  • v0.1.2

    June 17, 2019
  • v0.1.1 Changes

    September 28, 2017

    ๐Ÿ”„ Changed

    • ๐Ÿ›  Fixed the URL to the pthread repo in the cabal file.
  • v0.1 Changes

    September 05, 2017

    โž• Added

    • Bindings for thread-local storage management.