Module events

Module events 

Source
Expand description

Event scheduling and processing for the simulation engine.

This module provides the core event types and queue for scheduling events in chronological order with deterministic ordering.

Structs§

EventQueue
A priority queue for scheduling events in chronological order.
ScheduledEvent
An event scheduled for execution at a specific simulation time.

Enums§

ConnectionStateChange
Connection state changes
Event
Events that can be scheduled in the simulation.
NetworkOperation
Network data operations