@hackage / concurrent-supply

A fast concurrent unique identifier supply with a pure API

Latest0.1.8

About

Metadata

  • Last updated , by Bodigrim
  • License BSD-3-Clause
  • Categories Parallelism, Concurrency
  • Maintained by: Edward A. Kmett <ekmett@gmail.com>

  • Lottery factor: 0

Links

Installation

Package Flags

Use the -f option with cabal commands to enable flags

    test-properties (on by default)

Readme

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.