pthread v0.2.1 Release Notes

Release Date: 2019-06-17 // almost 5 years ago
  • โž• Added

    • Compatibility with ghc-8.6.
    • Check for -threaded.

Previous changes from v0.2.0

  • โž• 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.