Hacker News new | ask | show | jobs
by fyolnish 4665 days ago
Grand Central Dispatch is just the marketing name for libdispatch. The do use pthread work queues if available, which they are on OSX & BSD. On linux a thread pool is used
1 comments

Yes, so there's absolutely no reason to use it if you're primarily targeting Linux.