Hacker News new | ask | show | jobs
by mpweiher 1076 days ago
1. You don't need either thread pools or GCD for this. GCD generally makes things worse.

2. It absolutely does mean you don't need the main thread event loop for non UI-events.