1
0
forked from ROMEO/nexosim
Serge Barral 1cfaa00f9e Make execution failible, impl deadlock detection
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
2024-10-20 12:35:44 +02:00

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;