Among some other ways, there are these two ways to get queues in GCD:
GCD
dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0); dispatch_g
Global dispatch queue :
Main dispatch queue :