FICHA · MANJARO

haskell-unagi-chan

Fast concurrent queues with a Chan-like API, and more

  • Library
  • LIBRARY
  • Dependency only
official+codex · reviewed · May 28, 2026 description in en

Description

Provides fast concurrent queues with an API similar to Haskell's Chan, plus related queue variants. Concurrent queues let threads safely pass values between producers and consumers.

It is useful for worker pools, pipelines, event handling, streaming systems, and server internals. Developers still need to design backpressure, shutdown, and exception handling around the queue.

Permissions

Permissions not analysed for this source yet.