C++ class for a joining and cooperative interruptible thread (should become std::jthread)
☆197Jun 16, 2021Updated 4 years ago
Alternatives and similar repositories for jthread
Users that are interested in jthread are comparing it to the libraries listed below
Sorting:
- Range-based goodness for C++17☆363Feb 11, 2021Updated 5 years ago
- Listing of C++ Youtube channels for conferences and user groups☆274Sep 30, 2024Updated last year
- ASL libraries will be migrated here in the stlab namespace, new libraries will be created here.☆678Dec 20, 2025Updated 2 months ago
- ☆15Sep 27, 2020Updated 5 years ago
- C++11/14/17 std::optional with functional-style extensions and reference support☆922Jun 10, 2024Updated last year
- (experimental) Syntactic sugar for variant and optional types.☆163May 11, 2019Updated 6 years ago
- C++20's jthread for C++11 and later in a single-file header-only library (WIP).☆66Nov 28, 2025Updated 3 months ago
- span lite - A C++20-like span for C++98, C++11 and later in a single-file header-only library☆513Feb 6, 2026Updated 3 weeks ago
- A ring_span implementation that allows zero construction and destruction☆16Jun 7, 2020Updated 5 years ago
- ISO C++ Core Guidelines Library implementation for C++98, C++11 up☆969Feb 16, 2026Updated last week
- Meta programming library designed for compilation speed.☆172Nov 5, 2025Updated 3 months ago
- C++11/14/17 std::expected with functional-style extensions☆1,813Sep 1, 2025Updated 5 months ago
- std::invoke/std::apply analogs for C++11/14☆43Jan 7, 2023Updated 3 years ago
- A custom implementation of the C++17 'string_view' back-ported to c++11☆43Nov 10, 2021Updated 4 years ago
- Provides very lightweight outcome<T> and result<T> (non-Boost edition)☆775Feb 1, 2026Updated last month
- Runtime polymorphism done right☆1,031May 27, 2021Updated 4 years ago
- A C++ library for type level flagging☆64Jun 28, 2018Updated 7 years ago
- Library of flat vector-like based associative containers☆76Jan 5, 2023Updated 3 years ago
- Simple Reference Implementations of all the features added in C++11/14/17☆21Nov 3, 2017Updated 8 years ago
- JSON pull-parser/push-serializer library for C++☆21Oct 20, 2025Updated 4 months ago
- An implementation of C++ Extensions for Ranges☆225Feb 24, 2020Updated 6 years ago
- C++17 Utility classes for comparing multiple values in one simple expression☆205Aug 10, 2024Updated last year
- 🏃 Iterators made easy! Zero cost abstractions for designing and using C++ iterators.☆150Oct 14, 2024Updated last year
- A header-only, modern C++, library for terminal colours and cursor manipulation☆17Feb 9, 2018Updated 8 years ago
- Love template metaprogramming☆330Apr 10, 2022Updated 3 years ago
- A polymorphic value-type for C++☆227Sep 22, 2023Updated 2 years ago
- byte lite - A C++17-like byte type for C++98, C++11 and later in a single-file header-only library☆59Nov 28, 2025Updated 3 months ago
- A library for Study Group 14 of Working Group 21 (C++)☆529Apr 19, 2022Updated 3 years ago
- Range library for C++14/17/20, basis for C++20's std::ranges☆4,351Mar 23, 2025Updated 11 months ago
- Unified Executors