Lwhyz / workspaceLinks
workspace是基于C++11的轻量级异步执行框架,支持:通用任务异步并发执行、优先级任务调度、自适应动态线程池、高效静态线程池、异常处理机制等。
☆1,189Updated 2 weeks ago
Alternatives and similar repositories for workspace
Users that are interested in workspace are comparing it to the libraries listed below
Sorting:
- c++ async rpc framework. 14w+qps.☆1,521Updated last year
- based on C++11 , a mini threadpool , accept variable number of parameters 基于C++11的线程池,简洁且可以带任意多的参数☆1,068Updated 2 weeks ago
- STL源码分析☆739Updated last year
- SGI STL source code analysis and note from 《STL源码剖析》 by 侯捷(包含电子书、源码注释及测试代码)☆995Updated 5 years ago
- 【A simple used C++ threadpool】一个简单好用,性能优异的,跨平台的C++线程池。欢迎 star & fork☆397Updated 3 months ago
- Design pattern demo code☆1,105Updated last year
- Master Modern C++(11/14/17/20) Templates: TMP, SFINAE, Concepts, CRTP, Variadic Magic, and Compile-Time Sorcery☆1,639Updated 6 months ago
- Design Patterns In Modern C++ 中文版翻译