816aa09f51
devel/hs-BoundedChan Channels with bounded sizes devel/hs-bytestring-lexing Parse and produce literals from bytestrings databases/hs-hedis Haskell API for Redis PR: 194299 Submitted by: martin@sugioarto.com Obtained from: FreeBSD Haskell
4 lines
204 B
Text
4 lines
204 B
Text
This library introduces BoundedChan. BoundedChans differ from Chans in that
|
|
they are guaranteed to contain no more than a certain number of elements.
|
|
|
|
WWW: http://hackage.haskell.org/package/BoundedChan
|