ogiroux / atomic_wait
Sample implementation of C++20 atomic_wait/notify
☆59Updated 5 years ago
Alternatives and similar repositories for atomic_wait:
Users that are interested in atomic_wait are comparing it to the libraries listed below
- Compile-time-efficient proof-of-concept implementation for std::tuple☆94Updated 3 years ago
- a small lightweight std::execution work-alike☆65Updated 3 weeks ago
- A prototype implementation of the executors proposal☆85Updated 6 years ago
- benchmark for various C++ function implementations; focus on invocation time☆95Updated 6 years ago
- A proposal for a executor programming model for ISO C++☆140Updated 4 years ago
- Boost.org unordered module☆71Updated this week
- ☆57Updated 4 years ago
- C++20 fiber implementation with similar interface to std::thread, header-only / x86_64 / Linux only / stackful / built-in scheduler / thr…☆27Updated 6 months ago
- Single-header library facilities for C++2a Coroutines☆80Updated 3 years ago
- Core abstractions for dealing with concurrency in C++☆66Updated last year
- Issues list for P2300☆30Updated 9 months ago
- A C++ library that simplifies working with tuples, variants, and more through argument list generation and the ability to convert from ru…☆61Updated 4 years ago
- A never-valueless, strong guarantee implementation of std::variant☆68Updated last week
- Proposed SG14 status_code for the C++ standard☆68Updated 4 months ago
- A proposal for a futures programming model for ISO C++☆22Updated 6 years ago
- WIP☆26Updated 5 years ago
- Computes a constexpr (minimal) perfect hash function☆35Updated 5 years ago
- ☆127Updated 2 years ago
- ☆26Updated 4 years ago
- A C++14 and later CRTP template for defining iterators