reyreaud-l / threadpoolLinks
Modern C++ Thread Pool
☆41Updated 5 years ago
Alternatives and similar repositories for threadpool
Users that are interested in threadpool are comparing it to the libraries listed below
Sorting:
- A C++ ringbuffer that always looks like a flat array☆83Updated 5 years ago
- File/Directory Watcher for Modern C++☆86Updated 3 years ago
- Priority-based Task Scheduling for Modern C++☆92Updated 4 years ago
- Header-only library for automatic (de)serialization of C++ types to/from JSON.☆54Updated 5 years ago
- A little metaprogramming and functional library☆68Updated 3 years ago
- Parent of *-lite repositories, a migration path to post-C++98 library features via polyfills.☆89Updated last month
- Header-only C++17 library for evaluating logical expressions.☆87Updated 3 years ago
- Use functors, lambdas and std::chrono to schedule tasks in the near future☆93Updated 4 years ago
- value-ptr-lite - A C++ smart-pointer with value semantics for C++98, C++11 and later in a single-file header-only library☆50Updated 2 months ago
- A concise and readable metaprogramming language for C++☆61Updated 5 years ago
- 📣 Hey listen! A simple general-purpose event-listener system for C++17.☆138Updated 4 years ago
- Task System presented in "Better Code: Concurrency - Sean Parent"☆42Updated 5 years ago
- 🔎 Have your bits and eat them too! A C++17 bit lens container for vector types.☆22Updated 5 years ago
- ring-span lite - A C++yy-like ring_span type for C++98, C++11 and later in a single-file header-only library☆165Updated 2 months ago
- A C++14 and later CRTP template for defining iterators☆76Updated 2 weeks ago
- Non-intrusive C++ signal programming library☆50Updated 3 years ago
- std::invoke/std::apply analogs for C++11/14☆43Updated 2 years ago
- Finite State Machine implementation using std::variant☆90Updated 6 years ago
- observer-ptr - An observer_ptr for C++98 and later in a single-file header-only library (Extensions for Library Fundamentals, v2, v3)☆38Updated 2 months ago
- ☆53Updated 6 years ago
- Repository for a C++11 implementation of std::out_ptr (p1132), as a standalone library!☆75Updated 7 months ago
- Simple header only library to add a spinner / progress indicator to any terminal application.☆38Updated 6 years ago
- Portable UUID generation library for C++☆26Updated 2 years ago
- 🏃 Iterators made easy! Zero cost abstractions for designing and using C++ iterators.☆144Updated last year
- Compile-time-efficient proof-of-concept implementation for std::tuple