[libdispatch-dev] Queue size

Michael Ash michael.ash at gmail.com
Tue Sep 28 21:32:14 PDT 2010


On Sep 28, 2010, at 6:37 PM, David Leimbach wrote:

> There's only one concurrent queue in which the "tasks" or blocks/function pointers can be run in simultaneously as far as I can tell.  Every other queue is serial, and the queues themselves may run in parallel and with different priorities.

Minor nitpick: there are three concurrent queues: the normal one, plus one for low priority tasks and one for high-priority tasks. All the rest are serial, as you say.

Mike


More information about the libdispatch-dev mailing list