library for bounded channels
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.

Maintainer: The OpenBSD ports mailing-list <ports@openbsd.org>

WWW: https://hackage.haskell.org/package/BoundedChan
