| Copyright | Copyright (c) 2015-2016, David Sorokin <david.sorokin@gmail.com> | 
|---|---|
| License | BSD3 | 
| Maintainer | David Sorokin <david.sorokin@gmail.com> | 
| Stability | experimental | 
| Safe Haskell | None | 
| Language | Haskell98 | 
Simulation.Aivika.Distributed.Optimistic.TimeServer
Description
Tested with: GHC 7.10.3
This module allows running the time server that coordinates the global simulation time.
Documentation
data TimeServerParams Source
The time server parameters.
Constructors
| TimeServerParams | |
| Fields 
 | |
defaultTimeServerParams :: TimeServerParams Source
The default time server parameters.
timeServer :: TimeServerParams -> Process () Source
Start the time server.