Why do threads block on I/O? Mayank Tripathi 29-Jul-2015 2827 1 Answers Last updated:9/19/2020 2:38:17 AM
Mayank Tripathi 29-Jul-2015 Threads block on I/O (that is enters the waiting state) so that other threads may execute while the I/O Operation is performed.
Mayank Tripathi
Threads block on I/O (that is enters the waiting state) so that other threads may execute while the I/O Operation is performed.