spawn_until_shutdown

Function spawn_until_shutdown 

Source
pub fn spawn_until_shutdown<F>(fut: F) -> Shutdown
where F: Future<Output = ()> + Send + 'static,