2019年9月25日

摘要: select(2),同步的 I/O 复用 直接看 epoll 的源码把自己绕晕了,先整个简单点的下手。 使用 源码分析 select(2) 提供的用户接口 #include <sys/select.h> int select(int nfds, fd_set *readfds, fd_set *wr 阅读全文
posted @ 2019-09-25 20:22 文一路挖坑侠 阅读(1519) 评论(0) 推荐(2)

导航