| Portability | ghc |
|---|---|
| Stability | experimental |
| Maintainer | Bertram Felgenhauer <int-e@gmx.de> |
| Safe Haskell | Safe-Infered |
Data.IVar.Simple
Description
Documentation
write :: IVar a -> a -> IO ()Source
Writes a value to an IVar. Raises a BlockedIndefinitelyOnIVar
exception if the variable already has a value.
data BlockedIndefinitelyOnIVar Source
The thread has attempted to write to a full IVar.