Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
Lifted Control.Concurrent.Chan.
Since: 0.1.0.0
Documentation
Chan
is an abstract type representing an unbounded FIFO channel.
getChanContents :: MonadIO m => Chan a -> m [a] Source #
Lifted getChanContents
.
Since: 0.1.0.0
writeList2Chan :: MonadIO m => Chan a -> [a] -> m () Source #
Lifted writeList2Chan
.
Since: 0.1.0.0