promises: Lazy demand-driven promises

[ bsd3, concurrent, lazy, library ] [ Propose Tags ]

Lazy demand-driven promises


[Skip to Readme]

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0, 0.1, 0.2, 0.3
Change log CHANGELOG.markdown
Dependencies base (>=4.6 && <5), primitive (>=0.6 && <1) [details]
License BSD-3-Clause
Copyright Copyright (C) 2015 Edward A. Kmett
Author Edward A. Kmett
Maintainer Edward A. Kmett <ekmett@gmail.com>
Category Lazy, Concurrent
Home page http://github.com/ekmett/promises/
Bug tracker http://github.com/ekmett/promises/issues
Source repo head: git clone git://github.com/ekmett/promises.git
Uploaded by EdwardKmett at 2016-01-17T05:32:11Z
Distributions LTSHaskell:0.3, NixOS:0.3, Stackage:0.3
Reverse Dependencies 1 direct, 62 indirect [details]
Downloads 5225 total (26 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2016-01-20 [all 1 reports]

Readme for promises-0.3

[back to package description]

promises

Hackage Build Status

Lazy demand-driven promises

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