1//! GCD dispatch queue wrapper — re-exported from `apple-cf` to share the 2//! same `DispatchQueue` type with the rest of the doom-fish suite. 3 4pub use apple_cf::dispatch_queue::{DispatchQoS, DispatchQueue};