hs-BoundedChan-1.0.1.0p3 – library for bounded channels
Description
BoundedChan is a Haskell library providing bounded (limited capacity)
channels.
BoundedChans differ from Chans in that channels are guaranteed to
contain no more than a certain number of elements.