Function perform_work

Source
pub fn perform_work<F>(f: F)
where F: FnOnce() + Send + 'static,