Function perform_async_work

Source
pub fn perform_async_work<F>(f: F)
where F: Future<Output = ()> + Send + 'static,