Skip to main content

spawn_result

Function spawn_result 

Source
pub fn spawn_result<F>(future: F)
where F: Future<Output = Result<()>> + 'static,