All Versions
5
Latest Version
Avg Release Cycle
322 days
Latest Release
-
Changelog History
Changelog History
-
v0.2 Changes
thread-local-storage
now checks that threads callingData.TLS.PThread.getTLS
are bound threads, and throws a runtime error if this is not the case.
For this reason, if you call
getTLS
in a thread spawned byforkOn
, it will break with this release, so you are encouraged to switch uses offorkOn
toforkOS
. -
v0.1.2 Changes
June 23, 2017- ๐ Fix the benchmark suite with
criterion-1.2
- ๐ Fix the benchmark suite with
-
v0.1.1 Changes
January 23, 2017- ๐ฆ Expose
Data.TLS.PThread.Internal
. Note that there are no API guarantees whatsoever with this module, so use it with caution. - โ Add
pthread
toextra-libraries
. Without it, some systems suffer from linker errors when using this library. - ๐ Fix build on GHC 7.6 and 7.8.
- ๐ฆ Expose
-
v0.1.0.2
October 31, 2014 -
v0.1.0.0
October 31, 2014