By using one of the global queues of GCD we can add tasks and they get executed concurrently. Apple documentation mentions that number of concurrent tasks depends on system load and other activities. Is there any metric or benchmark data of concurrency for a give device with certain number of cores?.
I remember reading somewhere number of concurrent threads that application run are 2 times of core available?. Is that true?.