FICHA · MANJARO

haskell-boundedchan

Implementation of bounded channels.

  • haskell-library
  • LIBRARY
  • CONCURRENCY
  • QUEUES
  • Dependency only
official+codex · reviewed · May 28, 2026 description in en

Description

A Haskell library that implements bounded channels for concurrent programs. Bounded channels let threads communicate while limiting how many messages can wait in memory.

Developers use it when producers and consumers need backpressure instead of unlimited queues. Capacity choices affect memory use and responsiveness, so they should be tested under load.

Permissions

Permissions not analysed for this source yet.