dabbertorres / ThreadPoolLinks
A thread pool for C++ using std::thread and other C++11/14 standard threading utilities.
☆35Updated 7 years ago
Alternatives and similar repositories for ThreadPool
Users that are interested in ThreadPool are comparing it to the libraries listed below
Sorting:
- Task System presented in "Better Code: Concurrency - Sean Parent"☆42Updated 4 years ago
- A fastest, exception-safety and pure C++17 thread pool.☆131Updated 6 years ago
- Header-only pure C++11 library providing signal and slot functionality☆17Updated 6 years ago
- A simple C++ 03/11/etc timer class for ~microsecond-precision cross-platform benchmarking. The implementation is as limited and as simple…☆143Updated last year
- C++ signal and slot system☆160Updated 5 years ago
- Simple, non intrusive reactive programming library for C++. (Events + Observable Properties + Reactive Properties)☆73Updated 6 years ago
- Parent of *-lite repositories, a migration path to post-C++11 features for pre-C++11 environments☆85Updated 4 years ago
- A C++14 Task Manager / Scheduler☆108Updated 2 years ago
- Object pool implementation in C++11☆100Updated 4 years ago
- A simple implementation of a MessageBus.☆26Updated last year
- Modern C++ generic header-only template library.☆102Updated 3 weeks ago
- Priority-based Task Scheduling for Modern C++☆89Updated 4 years ago
- Thread pool using std::* primitives from C++20, with optional priority queue/greenthreading for POSIX.☆85Updated 2 years ago
- A C++ ringbuffer that always looks like a flat array☆82Updated 5 years ago
- Flat containers for C++☆59Updated last month
- Use functors, lambdas and std::chrono to schedule tasks in the near future☆93Updated 4 years ago
- CppProperties is a single header libaray for enabling the property system architecture☆39Updated 5 years ago
- A custom implementation of the C++17 'string_view' back-ported to c++11☆42Updated 3 years ago
- Minimal C++ Event Bus☆90Updated 5 years ago
- Example code and slides for my talk "std::variant and the Power of Pattern Matching"☆43Updated 4 years ago
- Non-intrusive C++ signal programming library☆50Updated 3 years ago
- std::invoke/std::apply analogs for C++11/14☆43Updated 2 years ago
- Portable UUID generation library for C++☆26Updated 2 years ago
- A migration path to C++ library extensions scope_exit, scope_fail, scope_success, unique_resource☆46Updated 3 months ago
- Smart queue that executes tasks in threadpool-like manner☆41Updated last year
- Modern C++ Thread Pool☆42Updated 5 years ago
- easy to use callback library for C++☆42Updated 8 years ago
- Transferred to https://github.com/Neargye/yacppl☆14Updated 4 years ago
- Simple resource pool for recycling resources in C++☆69Updated last month
- C++ asynchronous promises like a Promises/A+☆44Updated 2 years ago