Skip to main content

unregister_controller

Function unregister_controller 

Source
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.