Search code examples
iphoneiosmultithreadingqueuegrand-central-dispatch

GCD obtaining queue name/label


How can I get the current queue name?

I mean queue label like com.example.myqueue.

In the Xcode 4 debugger I can see just _block_invoke_1.


Solution

  • How about dispatch_queue_get_label?