1
0
forked from ROMEO/nexosim
This commit is contained in:
Serge Barral
2024-06-11 11:27:16 +02:00
parent a7e691c002
commit f731d40add
9 changed files with 859 additions and 218 deletions

View File

@ -218,7 +218,7 @@ impl Simulation {
}
/// Advances simulation time to that of the next scheduled event, processing
/// that event as well as all other event scheduled for the same time.
/// that event as well as all other events scheduled for the same time.
///
/// Processing is gated by a (possibly blocking) call to
/// [`Clock::synchronize()`](crate::time::Clock::synchronize) on the configured