Hacker News new | ask | show | jobs
by kbolino 700 days ago
Both sides of a sleep/awake transition with conventional blocking system calls involve heavyweight context switches: the CPU protection level changes and the thread registers get saved out or loaded back in.
1 comments

Yes, but these don't happen while waiting.