pub fn dispatch_async<F>(queue: &DispatchQueue, work: F)Available on crate feature
dispatch only.Expand description
Submit work to queue and return immediately.
pub fn dispatch_async<F>(queue: &DispatchQueue, work: F)dispatch only.Submit work to queue and return immediately.