linux select编程

linux select编程 能够经过select写非阻塞io的程序,能够参考个人博客阻塞与非阻塞html 函数介绍 select函数原型linux #include <sys/select.h> int select(int nfds, fd_set *readfds, fd_set *writefds,fd_set *exceptfds, struct timeval *timeout);
相关文章
相关标签/搜索