unique: Fully concurrent unique identifiers

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

Fully concurrent unique identifiers


[Skip to Readme]

Modules

[Index]

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), ghc-prim, hashable (>=1.1 && <1.4) [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 2 made by EdwardKmett at 2019-06-17T13:54:06Z
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 EdwardKmett at 2015-09-28T00:28:11Z
Distributions LTSHaskell:0.0.1, NixOS:0.0.1, Stackage:0.0.1
Reverse Dependencies 5 direct, 55 indirect [details]
Downloads 6079 total (44 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for unique-0

[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