@hackage BoundedChan1.0.0.0
Implementation of bounded Chans.
Categories
License
BSD-3-Clause
Maintainer
Adam Wick <awick@galois.com>
Links
- Documentation
- No source repository
- Security
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. BoundedChan works exactly like Chan -- and, indeed, has the exact same interface -- but is guaranteed to operate in a bounded amount of space.