Hacker News new | ask | show | jobs
by Joky 2992 days ago
Still: the kernel won’t schedule threads that are waiting on I/O i believe.
2 comments

Ok that's an interesting point. So they'd have to be waiting on a fetch instruction for the time not to be totally wasted?
Blocked tasks are not scheduled until unblocked.