queuelike-1.0.0: A library of queuelike data structures, both functional and stateful.

Data.MQueue.ChanQ

Description

Defines a Chan-like structure and makes it an MQueue instance.

Documentation

data ChanQ a Source

Instances

MonadIO m => MQueue (ChanQ a) m