| Stability | experimental |
|---|---|
| Maintainer | David Sorokin <david.sorokin@gmail.com> |
| Safe Haskell | Safe-Infered |
Simulation.Aivika.Dynamics.Ref
Description
Tested with: GHC 7.0.3
This module defines an updatable reference that depends on the event queue.
Documentation
refQueue :: Ref a -> EventQueueSource
Return the bound event queue.
newRef :: EventQueue -> a -> Simulation (Ref a)Source
Create a new reference bound to the specified event queue.