Changelog for thread-local-storage-0.2
0.2 [2018.07.01]
-
thread-local-storagenow checks that threads callingData.TLS.PThread.getTLSare bound threads, and throws a runtime error if this is not the case.For this reason, if you call
getTLSin a thread spawned byforkOn, it will break with this release, so you are encouraged to switch uses offorkOntoforkOS.
0.1.2 [2017.06.23]
- Fix the benchmark suite with
criterion-1.2
0.1.1 [2017.01.22]
- Expose
Data.TLS.PThread.Internal. Note that there are no API guarantees whatsoever with this module, so use it with caution. - Add
pthreadtoextra-libraries. Without it, some systems suffer from linker errors when using this library. - Fix build on GHC 7.6 and 7.8.