文件IO之多路複用-poll

1.函數原型數組 #include <poll.h>函數 int poll(struct pollfd *fds, nfds_t nfds, int timeout)指針 參數1:多個文件描述符的集合,爲一個數組指針 接口              struct pollfd{隊列                 int fd;                 // 文件描述符進程        
相關文章
相關標籤/搜索