bounded-qsem: Bounded quantity semaphores.

[ concurrency, library, mit ] [ Propose Tags ]

Bounded quantity semaphores, meaning quantity semaphores that have an upper-bound in the number of units that can be available at any given time.


[Skip to Readme]

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.0.1, 0.1.0.2
Change log changelog.md
Dependencies base (>=4.8 && <4.20) [details]
License MIT
Author Daniel Casanueva (daniel.casanueva `at` proton.me)
Maintainer Daniel Casanueva (daniel.casanueva `at` proton.me)
Category Concurrency
Bug tracker https://gitlab.com/daniel-casanueva/haskell/bounded-qsem/-/issues
Uploaded by DanielDiaz at 2023-12-28T10:03:12Z
Distributions LTSHaskell:0.1.0.2, NixOS:0.1.0.2, Stackage:0.1.0.2
Downloads 101 total (16 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2023-12-28 [all 1 reports]

Readme for bounded-qsem-0.1.0.2

[back to package description]

bounded-qsem

Bounded version of the quantity semaphores provided by base.