pub trait RuntimeSystem: Lifecycle {
// Required method
fn get_shutdown_manager(&self) -> Arc<dyn ShutdownManager + Send + Sync>;
}
pub trait RuntimeSystem: Lifecycle {
// Required method
fn get_shutdown_manager(&self) -> Arc<dyn ShutdownManager + Send + Sync>;
}