pthread v0.2.1 Release Notes
Release Date: 2019-06-17 // over 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.