5 ms·
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
by mr_dbr 17y 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..
- pohl 17y agoWithout 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.
- antonovka 17y agohttp://code.google.com/p/plblocks/ http://code.google.com/p/plblocks/ is probably the place to start.
- jsz0 17y agoMore than $29 worth of difficult. That's for sure.
- GeneralMaximus 17y agoIIRC, you already have libraries for thread pools on Leopard. Core Foundation would be where I'd start looking.