文章分类 - 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
阅读全文
摘要:select man手册:select(2) - Linux manual page (man7.org) 参考:https://www.cnblogs.com/alantu2018/p/8612722.html 函数原型 #include <sys/select.h> int select(int
阅读全文

浙公网安备 33010602011771号