@hackage bounded-tchan0.2.2

Bounded Transactional channels (queues)

  • Categories

  • License

    BSD-3-Clause

  • Maintainer

    thomas.dubuisson@gmail.com

  • Versions

    • 0.2.3 Sun, 6 Nov 2011
    • 0.2.2 Mon, 14 Mar 2011
    • 0.2.1 Mon, 14 Mar 2011
    • 0.2 Sun, 13 Mar 2011
    • 0.1 Sat, 12 Mar 2011

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).