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);
相關文章
相關標籤/搜索