Hacker News new | past | comments | ask | show | jobs | submit login

A thread pool can have two threads pick up the task and run it concurrently. What you're talking about is basically an event loop that runs one task at a time (on any core ) giving you sequential execution.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: