kehuadong

2024年1月18日

epoll_t类

摘要: epoll通常用于单线程读取多个串口的数据 #include <unistd.h> #include <sys/epoll.h> #include <mutex> #include <functional> #include <map> using namespace std; // 这里使用了mu 阅读全文

posted @ 2024-01-18 15:09 kehuadong 阅读(3) 评论(0) 推荐(0) 编辑

导航