FICHA · MANJARO

haskell-broadcast-chan

Closable, fair, single-wakeup channel type that avoids 0 reader space leaks

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

Description

A Haskell library that provides a closable, fair broadcast channel with single-wakeup behavior and safeguards against space leaks when there are no readers. It is designed for concurrent programs that distribute messages to multiple consumers.

Developers use it when event streams or background workers need predictable broadcast behavior. Channel lifetime and backpressure should be tested so inactive readers do not hide memory or delivery problems.

Permissions

Permissions not analysed for this source yet.