What is Grand central dispatch.

suggest change

What is Concurrency?

Objectives of Concurrency

DISPATCH QUEUES

Grand central dispatch – dispatch queues allows us to execute arbitrary blocks of code either asynchronously or synchronously All Dispatch Queues are first in – first out All the tasks added to dispatch queue are started in the order they were added to the dispatch queue.

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents