Description
Connects Unagi Chan queues with the Haskell IO-Streams ecosystem. This lets programs use fast concurrent queues as stream sources or sinks in IO-stream-based code.
It is useful for streaming pipelines, producer-consumer workflows, network services, and background processing. Applications still need clear shutdown behavior so streams and queues do not leave work hanging.