Skip to main content

dispatch_after

Function dispatch_after 

Source
pub fn dispatch_after<F>(delay: Duration, queue: &DispatchQueue, work: F)
where F: FnOnce() + Send + 'static,
Available on crate feature dispatch only.