nonstd-lite / jthread-liteLinks
C++20's jthread for C++11 and later in a single-file header-only library (WIP).
☆66Updated last month
Alternatives and similar repositories for jthread-lite
Users that are interested in jthread-lite are comparing it to the libraries listed below
Sorting:
- A migration path to C++ library extensions scope_exit, scope_fail, scope_success, unique_resource, C++ standard libraries extensions, ver…☆52Updated last month
- Library of backported modern C++ types to work with C++11☆90Updated 7 months ago
- An indirect value-type for C++☆83Updated 2 years ago
- A C++14 reflection library☆78Updated last week
- Parent of *-lite repositories, a migration path to post-C++98 library features via polyfills.☆89Updated 2 months ago
- Task System presented in "Better Code: Concurrency - Sean Parent"☆42Updated 5 years ago
- byte lite - A C++17-like byte type for C++98, C++11 and later in a single-file header-only library☆60Updated last month
- Priority-based Task Scheduling for Modern C++☆93Updated 4 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☆166Updated last month
- Polymorphic memory resource for real-time applications.☆74Updated 2 years ago
- Finite State Machine implementation using std::variant☆90Updated 6 years ago
- type - Strong types for C++98, C++11 and later in a single-file header-only library☆39Updated last month
- 🏀 Up your type-game. A small C++ library for compile-time type names and type indices.☆78Updated 3 years ago
- File/Directory Watcher for Modern C++☆87Updated 3 years ago
- Yet Another C++ Library☆23Updated last year
- A parallel pipeline for stream processing☆69Updated 3 years ago
- A compile-time header-only C++17 library for dataflow programing.☆28Updated 2 years ago
- A graph concurrent library for C++☆63Updated 2 years ago
- A C++14 and later CRTP template for defining iterators☆76Updated 3 weeks ago
- C++11 compatible charconv☆31Updated 3 weeks ago
- Simple resource pool for recycling resources in C++☆71Updated 5 months ago
- Repository for a C++11 implementation of std::out_ptr (p1132), as a standalone library!☆75Updated 8 months ago
- Fast, generalized, implementation of the Chase-Lev lock-free work-stealing deque for C++17☆158Updated 4 years ago
- Meta C++ Library and Tool☆83Updated 3 years ago
- any lite - A C++17-like any, a type-safe container for single values of any type for C++98, C++11 and later in a single-file header-only …☆152Updated last month
- Pipelines for Modern C++☆75Updated 5 years ago
- A C++ ringbuffer that always looks like a flat array☆83Updated 5 years ago
- C++20 compile time compressed string tables☆46Updated 3 years ago
- Comparison of C++ Serialization Libraries for Graph Data☆36Updated 4 years ago
- Coroutine support tools