| Safe Haskell | Safe |
|---|---|
| Language | Haskell2010 |
Control.Concurrent.STM.TChan.Typed
Documentation
newTChanRW :: STM (TChanRW ReadWrite a) #
writeTChanRW :: Writable scope => TChanRW scope a -> a -> STM () #
unGetTChanRW :: Writable scope => TChanRW scope a -> a -> STM () #
readTChanRW :: Readable scope => TChanRW scope a -> STM a #
peekTChanRW :: Readable scope => TChanRW scope a -> STM a #
newBroadcastTChanRW :: STM (TChanRW Write a) #