[][src]Function r3_port_std::shutdown

pub fn shutdown<System: PortInstance>()

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.