Re: [swarm-hackers] Swarm on MacOS 10.6 Snow Leopard
From:
Marcus G. Daniels
Subject:
Re: [swarm-hackers] Swarm on MacOS 10.6 Snow Leopard
Date:
Fri, 18 Sep 2009 07:36:05 -0600
User-agent:
Thunderbird 2.0.0.22 (X11/20090702)
It occurs to me that Grand Central Dispatch is getting close to
providing parallelized scheduling. For example, `blocks' are like
FCall objects, and the different priority queues are like different
schedules. Perhaps it would be worth looking at the GCD library source
code to see what it would take to attach priorities to each and every block?