wanttobeno / Cpp11ThreadPool
线程池,使用了很多C++ 11的新特性, 流程和传统的差不多,但是代码简洁了很多。
☆26Updated 6 years ago
Alternatives and similar repositories for Cpp11ThreadPool:
Users that are interested in Cpp11ThreadPool are comparing it to the libraries listed below
- 一款设计不错的线程池☆18Updated 7 years ago
- 简单有效的内存池实现☆96Updated 8 years ago
- 用libcurl实现http和https服务☆31Updated 6 years ago
- 自己写的一些C++常用类,目前包含Heartbeat,CIniFile,Log(线程安全的跨平台日志类), 控制台彩色输出(跨平台),后面根据需要逐渐增加☆29Updated 8 years ago
- A ThreadPool clss base on IOCP on Windows.☆28Updated 7 years ago
- 该项目主要是用c++实现了跨平台的基础库,包括线程、互斥锁 、自旋锁、条件变量、信号量等。另外还有封装了日志、配置文件读取、日期时间等常用类。再此基础上封装了开源Libevent网络库。主程序框架用了单例模式、工厂模式、命令模式来实现。☆20Updated 9 years ago
- 使用c++ 14 重构muduo网络库。去除boost依赖。☆34Updated 7 years ago
- C++11实现的协程库,支持Win,Linux,Mac。☆35Updated 6 years ago
- 使用C++11风格,基于libcurl库封装的HTTP客户端。☆59Updated 7 years ago
- 工作过程当中的实用工具类,脚本...☆38Updated 2 years ago
- windows下单进程/多进程/多线程/select/iocp架构的socket服务端和客户端框架☆65Updated 8 years ago
- muduo in windows☆69Updated 5 years ago
- C++远程调用框架☆33Updated 10 years ago
- C++ 定时器, 基于 C++11, libuv 实现☆95Updated 8 years ago
- Loki是由Andrei编写的一个与《Modern C++ Design》(C++设计新思维)一书配套发行的C++代码库。 它不仅把C++模板的功能发挥到了极致,而且把类似设计模式这样思想层面的东西通过库来提供。☆57Updated 10 years ago
- A cross platform lock-free and timer-supported C++11 network library.一个跨平台的无锁且支持定时器的C++11网络库。☆29Updated 3 years ago
- ☆38Updated 4 years ago
- 类dubbo的c++分布式服务框架;采用微内核、插件式架构设计;仅支持泛化调用和泛化服务暴露;兼容dubbo标准协议☆20Updated 7 years ago
- 高性能序列化库,一行代码即可完成C++原生结构序列化/反序列化的工作,媲美google protocol buffer☆50Updated 6 years ago
- spdlog简单封装☆49Updated last year
- C风格、C++风格及C++11特性的线 程池☆42Updated 2 years ago
- 封装了WinInet的强大http请求库☆63Updated 7 years ago
- 实现的一个简易的 C++ 序列化库☆79Updated 3 years ago
- 利用C++把之前的socket重新封装成类,按照面对对象思想编写,增加异常类,epoll,多线程,读写锁,然后完成一个比较完善聊天室,增加心跳包☆36Updated 5 years ago
- MySql数据库的连接池实现,多用户的数据库访问。能够很好的管理数据库的连接(C++)。☆70Updated 5 years ago
- 《使用C++11编写Linux多线程程序》所附代码☆31Updated 10 years ago
- 200 LeetCode Top Interview Questions: Optimal Solutions with Detailed Explanations for Easy/Medium/Hard Levels to Ace Coding Interviews☆64Updated 4 months ago
- C++ implement ThreadPool on windows☆39Updated 6 years ago
- This is the lightweight and highly concurrent thread pool of C++.☆18Updated last year
- header only log inherited from Nanolog☆37Updated 4 years ago