Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
dispatch_queue_t queue1 = /*some queue*/; dispatch_queue_t queue2 = /*some queue*/;
我如何知道 queue1 是否与 queue2 相同?