spawn_with_panic_notify

Function spawn_with_panic_notify 

Source
pub fn spawn_with_panic_notify<F>(fut: F)
where F: Future<Output = ()> + 'static,