sim
0.1.0
Module scheduler
Module Items
Structs
Enums
In crate sim
sim
Module
scheduler
Copy item path
Source
Structs
ยง
Scheduler
๐
The priority queue driving the discrete event simulation. Different pieces of the simulation schedule Commands to happen at a specific time, and the Scheduler hands out the commands in order.
Enums
ยง
Command
๐
Command
Type
๐
A smaller version of Command that satisfies many more properties. Only one Command per CommandType may exist at a time.
Simple
Command
Type
๐
A more compressed form of CommandType, just used for keeping stats on event processing.