ericniebler / executors_demo_code_cppcon_2021
code for Eric Niebler's executors talk at CppCon 2021
☆9Updated 3 years ago
Alternatives and similar repositories for executors_demo_code_cppcon_2021:
Users that are interested in executors_demo_code_cppcon_2021 are comparing it to the libraries listed below
- Libunifex networking library☆20Updated 2 years ago
- A C++ coroutine library for writing asynchronous distributed applications using Boost ASIO, Qt, gRPC, ROS2, TAO, ..., as communication f…☆33Updated last week
- C++ Concurrency library!☆26Updated 5 years ago
- A general property customisation mechanism☆15Updated 4 years ago
- Example code and slides for my talk "std::variant and the Power of Pattern Matching"☆43Updated 3 years ago
- Core abstractions for dealing with concurrency in C++☆66Updated 9 months ago
- Low cost runtime deadlock detection with checkpoints history☆23Updated 3 years ago
- A single-header scheduler aware C++ future/promise that does not block☆30Updated 3 weeks ago
- Repository for a C++11 implementation of std::out_ptr (p1132), as a standalone library!☆74Updated last year
- Boost.org circular_buffer module☆54Updated last month
- Library of backported modern C++ types to work with C++11☆77Updated 3 years ago
- C++11 compatible charconv☆28Updated 2 weeks ago
- CppProperties is a single header libaray for enabling the property system architecture☆39Updated 4 years ago
- Boost.org unordered module☆66Updated this week
- Provides run-time tuple element access☆14Updated 3 years ago
- `std::execution`, the proposed C++ framework for asynchronous and parallel programming.☆20Updated last year
- ☆15Updated 7 months ago
- A migration path to C++ library extensions scope_exit, scope_fail, scope_success, unique_resource☆45Updated 7 months ago
- A library of type safe sets over fixed size collections of types or values, including methods for accessing, modifying, visiting and iter…☆21Updated 3 years ago
- A C++ 14 implementation of graph data structures☆36Updated 8 years ago
- A C++14 reflection library☆68Updated last month
- C++ header only library purposed to create pool of some resources like keepalive connections☆23Updated 5 months ago
- Provides very lightweight outcome<T> and result<T> (Boost edition)☆42Updated 3 weeks ago
- Repository with examples for the C++20 Coroutines video and article.☆30Updated 6 months ago
- A C++14 and later CRTP template for defining iterators☆70Updated last month
- A simple to use, single header, tag_invoke utility for C++11.☆16Updated 2 years ago
- Small small_vector☆32Updated 4 years ago
- C++17 sports two low-level character conversion functions, std::from_chars and std::to_chars, but they have a usage model that can be ea…☆8Updated 5 years ago
- Experimental library to test feasabiltity of go-like channels built on Asio☆24Updated 3 years ago
- Emulation of resumable expressions using boost.coroutine☆12Updated 6 years ago