//! Multi-threaded simulation execution with support for optimistic and conservative synchronization.
//! Currently implements hybrid synchronization based on Clustered Time Warp architecture for
//! parallel discrete event simulation across multiple threads.
pubmodconsensus;pubmodengines;pub(crate)modlogging;#[derive(Debug, Copy, Clone, PartialEq, Eq)]pubenumRunMode{
Fast,
Debug,}