Safe Haskell | Safe-Infered |
---|
Control.Concurrent.Chan.WriteOnly
Documentation
data WriteOnlyChan a Source
ofChan :: Chan a -> WriteOnlyChan aSource
writeChan :: WriteOnlyChan a -> a -> IO ()Source
writeList2Chan :: WriteOnlyChan a -> [a] -> IO ()Source
privileged-concurrency-0.2: Provides privilege separated versions of the concurrency primitives.
Safe Haskell | Safe-Infered |
---|
Control.Concurrent.Chan.WriteOnly
data WriteOnlyChan a Source
ofChan :: Chan a -> WriteOnlyChan aSource
writeChan :: WriteOnlyChan a -> a -> IO ()Source
writeList2Chan :: WriteOnlyChan a -> [a] -> IO ()Source