Safe Haskell | Safe-Infered |
---|
Control.Concurrent.MVar.WriteOnly
Documentation
data WriteOnlyMVar a Source
Instances
Eq (WriteOnlyMVar a) |
ofMVar :: MVar a -> WriteOnlyMVar aSource
putMVar :: WriteOnlyMVar a -> a -> IO ()Source
tryPutMVar :: WriteOnlyMVar a -> a -> IO BoolSource