Q.What is the method used to implement Concurrent Queues?
A. dispatch_get_global_queue
Q. Apart from one main Queue How many types of Concurrent Queues apart from Main Queue?
A. 4
Q. What are the priority types for Concurrent Queue?
A. dispatch_get_global_queue
Q. Apart from one main Queue How many types of Concurrent Queues apart from Main Queue?
A. 4
Q. What are the priority types for Concurrent Queue?
- DISPATCH_QUEUE_PRIORITY_HIGH
- DISPATCH_QUEUE_PRIORITY_DEFAULT
- DISPATCH_QUEUE_PRIORITY_LOW
- DISPATCH_QUEUE_PRIORITY_BACKGROUND
Comments
Post a Comment
If any of my posts helped you.... or if you feel for any improvement.. you can leave a comment here.. So that, I will try to implement or make corrections for all of us.