Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change the type of DISPATCH_QUEUE_CONCURRENT.
Turns out I could only get away with this because of a type checking bug; if you try to add a cast to dispatch_queue_attr_t the compiler will start to complain about 'shared static variables must have a type that implements Sync'. Discovered in rust-lang/rust#33130.
- Loading branch information