Why do threads block on I/O?
Threads block on i/o (that is enters the waiting state) so that other threads may execute while the i/o
Operation is performed.
Threads block on i/o (that is enters the waiting state) so that other threads may execute while the i/o
Operation is performed.