29 Sep
2010
29 Sep
'10
4:32 a.m.
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