BSD-3-Clause licensed by Tweag I/O
This version can be pinned in stack with:pthread-0.2.1@sha256:26b92129849796feab6fc5d88ee4db685407eb75d3f2ac65bdf41cc59752dc10,1110
Module documentation for 0.2.1
pthread: Bindings for pthread
Sponsors
pthread is maintained by Tweag I/O.
Have questions? Need help? Tweet at
@tweagio.
Change Log
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog.
[0.2.1] - 2019-06-17
Added
- Compatibility with ghc-8.6.
- Check for -threaded.
[0.2.0] - 2017-11-06
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.
[0.1.1] - 2017-09-28
Changed
- Fixed the URL to the pthread repo in the cabal file.
[0.1] - 2017-09-28
Added
- Bindings for thread-local storage management.