ericniebler / executors_demo_code_cppcon_2021Links
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
Sorting:
- 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…☆39Updated last week
- Boost.org config module☆75Updated last month
- Boost.org signals2 module☆82Updated last month
- C++11 compatible charconv☆31Updated this week
- Library for comfortable work with DLL and DSO☆61Updated last month
- A proposal for a executor programming model for ISO C++☆140Updated 4 years ago
- Examples and shell scripts for C++20 modules article & video.☆23Updated 3 years ago
- Provides very lightweight outcome<T> and result<T> (Boost edition)☆45Updated 2 months ago
- Core abstractions for dealing with concurrency in C++☆67Updated last year
- Repository for a C++11 implementation of std::out_ptr (p1132), as a standalone library!☆76Updated 4 months ago
- Using coroutines as sugar for composing monadic operations☆76Updated 6 years ago
- Boost.org circular_buffer module☆60Updated 3 months ago
- A never-valueless, strong guarantee implementation of std::variant☆69Updated 4 months ago
- Library for comfortable work with DLL and DSO☆111Updated last month
- A C++14 reflection library☆74Updated 2 months ago
- C++ class for a joining and cooperative interruptible thread (should become std::jthread)☆195Updated 4 years ago
- Literal Logging for C++☆86Updated 7 years ago
- A library of type safe sets over fixed size collections of types or values, including methods for accessing, modifying, visiting and iter…☆22Updated 4 years ago
- CES - Coroutines, Epoll and Sockets☆44Updated 2 years ago
- A prototype implementation of the executors proposal☆85Updated 6 years ago
- Code samples from https://vorbrodt.blog/☆114Updated 3 months ago
- Implementation of std::future from the C++ Concurrency TS☆30Updated 2 years ago
- `std::execution`, the proposed C++ framework for asynchronous and parallel programming.☆22Updated last year
- Compile-time-efficient proof-of-concept implementation for std::tuple☆94Updated 3 years ago
- Low cost runtime deadlock detection with checkpoints history☆23Updated 3 years ago
- C++ Faking library, which allows faking/mocking regular functions, static member functions and non-virtual member functions for testing p…☆29Updated 3 months ago
- C++ header only library purposed to create pool of some resources like keepalive connections☆25Updated last year
- Google Benchmark data visualization tool☆27Updated last month
- Example code and slides for my talk "std::variant and the Power of Pattern Matching"☆43Updated 4 years ago