Function fast_log::runtime::spawn

source ·
pub fn spawn<F>(f: F) -> JoinHandle<()>
where F: FnOnce() + Send + 'static,