All Versions
5
Latest Version
0.2
Avg Release Cycle
322 days
Latest Release
-

Changelog History

  • v0.2 Changes

    • thread-local-storage now checks that threads calling Data.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 by forkOn, it will break with this release, so you are encouraged to switch uses of forkOn to forkOS.

  • v0.1.2 Changes

    June 23, 2017
    • ๐Ÿ›  Fix the benchmark suite with criterion-1.2
  • 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 to extra-libraries. Without it, some systems suffer from linker errors when using this library.
    • ๐Ÿ›  Fix build on GHC 7.6 and 7.8.
  • v0.1.0.2

    October 31, 2014
  • v0.1.0.0

    October 31, 2014