|
Control.Concurrent.AdvSTM.TVar | Portability | non-portable (requires STM) | Stability | experimental | Maintainer | Peter Robinson <robinson@ecs.tuwien.ac.at> |
|
|
|
|
|
Description |
|
|
Synopsis |
|
|
|
|
TVars
|
|
|
|
|
See newTVar
|
|
|
See newTVarIO
|
|
|
Reads a value from a TVar. Blocks until the IO onCommit action(s) of
the corresponding transaction are complete.
See onCommit for a more detailed description of this behaviour.
|
|
|
Writes a value to a TVar. Blocks until the onCommit IO-action(s) are
complete. See onCommit for details.
|
|
Produced by Haddock version 2.4.2 |