freebsd-ports/devel/hs-BoundedChan/pkg-descr
Gabor Pali 816aa09f51 - Add Haskell API and bindings for Redis:
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
2014-11-10 22:09:03 +00:00

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