文章分类 -  linux

摘要:poll poll(2) - Linux manual page (man7.org) 函数原型 #include <poll.h> int poll(struct pollfd *fds, nfds_t nfds, int timeout); poll对于select而言,简单很多。 pollfd 阅读全文
posted @ 2023-01-10 14:33 DavidJIAN 阅读(53) 评论(0) 推荐(0)
摘要:select man手册:select(2) - Linux manual page (man7.org) 参考:https://www.cnblogs.com/alantu2018/p/8612722.html 函数原型 #include <sys/select.h> int select(int 阅读全文
posted @ 2023-01-09 16:25 DavidJIAN 阅读(17) 评论(0) 推荐(0)