unique: Fully concurrent unique identifiers

[ bsd3, concurrency, data, library ] [ Propose Tags ]

Fully concurrent unique identifiers.


[Skip to Readme]

Modules

[Index] [Quick Jump]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0, 0.0.1
Change log CHANGELOG.markdown
Dependencies base (>=4.5 && <5), hashable (>=1.1 && <1.5) [details]
License BSD-3-Clause
Copyright Copyright (C) 2015 Edward A. Kmett
Author Edward A. Kmett
Maintainer Edward A. Kmett <ekmett@gmail.com>
Revised Revision 1 made by ryanglscott at 2021-11-10T01:00:08Z
Category Concurrency, Data
Home page http://github.com/ekmett/unique/
Bug tracker http://github.com/ekmett/unique/issues
Source repo head: git clone git://github.com/ekmett/unique.git
Uploaded by phadej at 2021-01-04T15:47:48Z
Distributions LTSHaskell:0.0.1, NixOS:0.0.1, Stackage:0.0.1
Reverse Dependencies 5 direct, 55 indirect [details]
Downloads 6038 total (37 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2021-01-04 [all 1 reports]

Readme for unique-0.0.1

[back to package description]

unique

Hackage Build Status

This package provides a version of Data.Unique that is fully concurrent.

Contact Information

Contributions and bug reports are welcome!

Please feel free to contact me through github or on the #haskell IRC channel on irc.freenode.net.

-Edward Kmett