privileged-concurrency-0.6.1: Provides privilege separated versions of the concurrency primitives.

Safe HaskellSafe
LanguageHaskell2010

Control.Concurrent.Chan.ReadOnly

Documentation

data ReadOnlyChan b Source #

Instances

Functor ReadOnlyChan Source # 

Methods

fmap :: (a -> b) -> ReadOnlyChan a -> ReadOnlyChan b #

(<$) :: a -> ReadOnlyChan b -> ReadOnlyChan a #