- non-blocking I/O, where normally slow system calls like
open,accept,read, andwritereturn immediately instead of blocking,select,epoll_\*set of functions,libevandlibuvopen source libraries.
open, accept, read, and write return immediately instead of blocking, select, epoll_\* set of functions, libev and libuv open source libraries.