TTGuoying / ThreadPoolLinks
A ThreadPool clss base on IOCP on Windows.
☆27Updated 7 years ago
Alternatives and similar repositories for ThreadPool
Users that are interested in ThreadPool are comparing it to the libraries listed below
Sorting:
- A IOCP Server Class on Windows!☆94Updated 7 years ago
- muduo in windows☆67Updated 5 years ago
- windows下单进程/多进程/多线程/select/iocp架构的socket服务端和客户端框架☆64Updated 8 years ago
- 由官方的duilib( https://github.com/duilib/duilib ) 复制过来的,仅为了个人学习使用。可以使用vs2008打开,新增一些学习测试用的demo,代码也会同步官方的后续修改。Q群:594312689。欢迎交流学习。☆124Updated this week
- ☆69Updated 5 years ago
- 一个封装了 7z 压缩解压功能的接口☆43Updated 6 years ago
- Duilib扩展控件收集☆36Updated 6 years ago
- duilib教学项目☆17Updated last year
- 封装了WinInet的强大http请求库☆63Updated 8 years ago
- Qt 百宝箱,各种资源应有尽有☆58Updated 2 years ago
- DuiLib项目个人维护版本,回归std::string,使用C++20,支持控件绑定☆101Updated 10 months ago
- 使用C++11风格,基于libcurl库封装的HTTP客户端。☆60Updated 7 years ago
- 用duilib写的一个 虚拟键盘 ,可以参考学习 duilib 的一些用法和鼠标消息的 hook ,今天开源出来供学习。 功能难免不够完善,欢迎修正bug和添加功能,本人比较忙,有可能没时间后期维护,谨慎直接用于 商业项目☆36Updated 9 years ago
- A chat app client than the ui base on duilib and with network communications! This project is not yet completed!☆47Updated 7 years ago
- 基于MFC封装的一个UI库☆59Updated 6 years ago
- windows软件崩溃解决方案☆70Updated 8 years ago
- duilib☆11Updated 3 years ago
- A IOCP Server Class on Windows!☆48Updated 5 years ago
- A plugin-framework that uses C++ and STL.☆162Updated 4 years ago
- 一些C/C++常用封装例子☆215Updated 3 years ago
- daemon service on windows☆31Updated 9 years ago
- 整理的一些常用后端Qt代码段☆38Updated last year
- 该项目主要是用c++实现了跨平台的基础库,包括线程、互斥锁、自旋锁、条件变量、信号量等。另外还有封装了日志、配置文件读取、日期时间等常用类。再此基础上封装了开源Libevent网络库。主程序框架用了单例模式、工厂模式、命令模式来实现。☆20Updated 9 years ago
- 学习笔记(纯汉字)☆111Updated last month
- C++11 gbk和utf8编码的相互转换☆46Updated 5 years ago
- spdlog简单封装☆52Updated last year
- 基于CEF封装的Qt浏览器,支持音视频播放,开发环境vs2017+qt5.12.11☆54Updated 8 months ago
- 自己写的一些C++常用类,目前包含Heartbeat,CIniFile,Log(线程安全的跨平台日志类), 控制台彩色输出(跨平台),后面根据需要逐渐增加☆29Updated 9 years ago
- from chromium☆128Updated last year
- 把asio的socket操作封装成类似Qt Network类似的简单的api。