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.