|
Zappy Server
C++ game server: world, rules, scheduler, network
|
#include <chrono>#include <functional>#include <queue>
Include dependency graph for Scheduler.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | TimedEvent |
| A callback and the time it should fire. Min-heap ordered by fireAt. More... | |
| class | Scheduler |
| Priority queue of timed callbacks. Drives all game timing. More... | |