@hackage / bounded-tchan

Bounded Transactional channels (queues)

Version Deprecated package0.2.3

About

Metadata

  • Last updated , by ThomasDuBuisson
  • License BSD-3-Clause
  • Categories Concurrency
  • Maintained by: thomas.dubuisson@gmail.com

  • Lottery factor: 0

Links

Installation

This package has been deprecated in favour of

Readme

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). Users are strongly encouraged to consider using the more complete 'stm-chans' packages, which includes a bounded TChan designed on this package.