IO复用poll
IO复用pollpoll函数123456789int poll(struct pollfd fds[],int len,int timeout);struct pollfd{ int fd; //用户设置关注的文件描述符 short events; //用户关注的事件类型
...
Welcome to onlooker's blog