bounded-tchan-0.2.3: bounded-tchan.cabal
Name: bounded-tchan
Version: 0.2.3
Synopsis: Bounded Transactional channels (queues)
Description: 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.
License: BSD3
License-file: LICENSE
Author: Thomas M. DuBuisson
Maintainer: thomas.dubuisson@gmail.com
Copyright: Thomas M. DuBuisson (2011)
Category: Concurrency
Build-type: Simple
Extra-source-files:
Cabal-version: >=1.2
Library
Exposed-modules: Control.Concurrent.STM.BTChan
Build-depends: base >=3 && <= 5, stm
Other-modules:
Build-tools: