@hackage BoundedChan1.0.3.0
Implementation of bounded channels.
Categories
License
BSD-3-Clause
Maintainer
Adam Wick <awick@galois.com>
Links
Versions
Installation
Dependencies (2)
Dependents (14)
@hackage/Control-Engine, @hackage/imperative-edsl, @hackage/discord-haskell-voice, @hackage/roshask, @hackage/acme-everything, @hackage/hedis, Show all…
This library introduces BoundedChan. BoundedChans differ from Chans in that they are guaranteed to contain no more than a certain number of elements.