@hackage bounded-tchan0.1

Bounded Transactional channels (queues)

Bounded TChan's, or BTChan's, are a transactional queue with a limit to the number of elements (further calls to writeBTChan or unGetBTChan call STM retry).