sim

Module scheduler

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 ๐Ÿ”’
  • CommandType ๐Ÿ”’
    A smaller version of Command that satisfies many more properties. Only one Command per CommandType may exist at a time.
  • SimpleCommandType ๐Ÿ”’
    A more compressed form of CommandType, just used for keeping stats on event processing.