Function r3_port_std::shutdown

source ·
pub fn shutdown<Traits: PortInstance>()
Expand description

Initiate graceful shutdown.

The shutdown completes when all threads complete execution. Usually, the process will exit after this.

Note: There is no safe way to restart the simulated system without restarting an entire process.