forked from ROMEO/nexosim

TODO: return the list of models involved in a deadlock. Note that Many execution errors are not implemented at all at the moment and will need separate PRs, namely: - Terminated - ModelError - Panic
7 lines
164 B
Rust
7 lines
164 B
Rust
#[cfg(not(asynchronix_loom))]
|
|
mod model_scheduling;
|
|
#[cfg(not(asynchronix_loom))]
|
|
mod simulation_deadlock;
|
|
#[cfg(not(asynchronix_loom))]
|
|
mod simulation_scheduling;
|