pub fn unregister_controller(handle_id: u64) -> Option<Arc<ControllerHandle>>Expand description
Remove a controller from the registry. Caller typically also calls
shutdown() on the returned Arc before dropping it.
pub fn unregister_controller(handle_id: u64) -> Option<Arc<ControllerHandle>>Remove a controller from the registry. Caller typically also calls
shutdown() on the returned Arc before dropping it.