网站首页 站内搜索

搜索结果

查询Tags标签: XThread,共有 1条记录
  • 基于libevent线程池实现

    XThreadPool.h #ifndef XTHREADPOOL_H #define XTHREADPOOL_H #include <vector>class XThread; class XTask; class XThreadPool { private:int threadCount = 0; // 线程数量int lastThread = -1;std::vector<XThread *> threads;public:// 单例模式static …

    2022/4/14 6:17:13 人评论 次浏览
扫一扫关注最新编程教程