Y
Hacker News
new
|
ask
|
show
|
jobs
by
mr_dbr
6119 days ago
It would be nice if this was back-ported to Leopard (so you could use GCD without the application being Snow Leopard only), I wonder how difficult this would be..
4 comments
jsz0
6118 days ago
More than $29 worth of difficult. That's for sure.
link
antonovka
6118 days ago
http://code.google.com/p/plblocks/
is probably the place to start.
link
pohl
6119 days ago
Without special kernel support, you could probably, at the very least, get a thread pool that was local to the process. That might be worth it.
link
GeneralMaximus
6118 days ago
IIRC, you already have libraries for thread pools on Leopard. Core Foundation would be where I'd start looking.
link