All Versions
5
Latest Version
Avg Release Cycle
325 days
Latest Release
1449 days ago
Changelog History
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.