HSHimanshu Sahuinhsahu.hashnode.dev·Jul 30, 2023 · 9 min readAsync IO with libeventAn I/O call is synchronous. it does not return until the operation is completed or timeout. Let's assume we have a TCP server that is waiting for a client to write something onto the TCP connection. If the server keeps waiting for a client to write d...00