文件IO之多路复用-poll

1.函数原型数组 #include <poll.h>函数 int poll(struct pollfd *fds, nfds_t nfds, int timeout)指针 参数1:多个文件描述符的集合,为一个数组指针 接口              struct pollfd{队列                 int fd;                 // 文件描述符进程        
相关文章
相关标签/搜索