文件名称:IO多路复用之poll实例
文件大小:24KB
文件格式:GZ
更新时间:2022-05-13 14:11:40
IO poll
本示例演示了使用poll函数处理多路IO复用。本示例在ubuntu + Qt下编译通过的,仅提供学习使用。
【文件预览】:
test
----build-client-Desktop-Debug()
--------client(19KB)
--------main.o(14KB)
--------Makefile(17KB)
--------.qmake.stash(739B)
----server()
--------main.cpp(4KB)
--------server.pro.user(23KB)
--------server.pro(94B)
----build-server-Desktop-Debug()
--------server(20KB)
--------main.o(16KB)
--------Makefile(17KB)
--------.qmake.stash(739B)
----client()
--------main.cpp(2KB)
--------client.pro.user(23KB)
--------client.pro(94B)