WWDC 2015

Building Responsive and Efficient Apps with GCD

Using GCD to offload some of long running tasks on different threads is one of way to keep the main thread from blocking.

QOS

any dispatch_async can assign a Quality of Service values for iOS system to optimize the schedules of threads.

QOS will be inferred.

  • Used if destination does not have QoS specified
  • Does not lower QOS and honored in all queue.