concurrent-supply

A fast concurrent unique identifier supply with a pure API

http://github.com/ekmett/concurrent-supply/

Version on this page:0.1.7.1
LTS Haskell 22.14:0.1.8@rev:2
Stackage Nightly 2024-03-28:0.1.8@rev:2
Latest on Hackage:0.1.8@rev:2

See all snapshots concurrent-supply appears in

BSD-3-Clause licensed by Edward A. Kmett
Maintained by Edward A. Kmett
This version can be pinned in stack with:concurrent-supply-0.1.7.1@sha256:0aad2dfa3da7551d42e495e283a93152907a33ba0033d3b3a8764940cda5cadc,1576

Module documentation for 0.1.7.1

Used by 1 package in nightly-2015-12-08(full list with versions):

A fast supply of concurrent unique identifiers suitable for use within a single process. Once the initial Supply has been initialized, the remainder of the API is pure. See Control.Concurrent.Supply for details.

Changes

0.1.7

  • -fno-full-laziness was added to work around changes in the GHC inliner.

0.1.5

  • Claim to be Trustworthy
  • Added a simple example