|
|
|
|
|
by ryanworl
2215 days ago
|
|
In the FDB simulator case, every event has a future time at which it will fire, and the clock advances to that time when the event is dequeued. This also has the side benefit of artificially “speeding up time”, which is useful when many actions happen based on long timeouts. |
|