There is no thread for Async I/O

There is no thread for Async I/O while waiting for the I/O operation to complete. See Stephen Cleary's blog post

To know more about lower level details, see Chapter 6 I/O Multiplexing of the book: The Unix Network Programming volume 1. Also the Wikipedia's Asynchronous I/O is a good introductory page.

Last updated