linux epoll 非阻塞,linux – 为什么必须在边缘触发的epoll函数中使用非阻塞fd?
我在网上读了文件abountedge触发的epoll函数,如下所示:1.Thefiledescriptorthatrepresentsthereadsideofapipe(rfd)isregisteredontheepollinstance.2.Apipewriterwrites2kBofdataonthewritesideofthepipe.3.Acalltoepoll_wait(2)isdon