Async IO with libevent
Jul 30, 2023 · 9 min read · An 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...
Join discussion











