luncliff / coroutine
C++ 20 Coroutines in Action (Helpers + Test Code Examples)
☆492Updated 2 years ago
Alternatives and similar repositories for coroutine:
Users that are interested in coroutine are comparing it to the libraries listed below
- C++20 coroutine library☆726Updated 3 weeks ago
- C++ library for executors☆502Updated 8 years ago
- C++14 asynchronous allocation aware futures (supporting then, exception handling, coroutines and connections)☆839Updated last year
- Provides very lightweight outcome<T> and result<T> (non-Boost edition)☆746Updated 2 weeks ago
- C++17 Run-time Polymorphism (Type Erasure) library☆470Updated 3 weeks ago
- Improved and configurable drop-in replacement to std::function that supports move only types, multiple overloads and more☆564Updated 8 months ago
- Static reflection for C++17 (compile-time enumeration, attributes, proxies, overloads, template functions, metaprogramming).☆1,136Updated 2 years ago
- Yet Another Serialization☆756Updated 2 months ago
- Coroutines for C++20 & asio☆271Updated last week
- A header-only C++ library for task concurrency☆625Updated last year
- Unified Executors☆1,569Updated last month
- C++ cache with LRU/LFU/FIFO policies implementation☆358Updated 11 months ago
- P1031 low level file i/o and filesystem library for the C++ standard☆936Updated 2 months ago
- High performance C++11 thread pool☆576Updated 4 years ago
- A C++ library providing various concurrent data structures and reclamation schemes.☆576Updated last month
- A fast work-stealing queue template in C++☆305Updated last year
- Event loop friendly C++ actor micro-framework, supervisable☆357Updated last month
- An implementation of Actor, Publish-Subscribe, and CSP models in one rather small C++ framework. With performance, quality, and stability…☆528Updated 2 weeks ago
- string_view lite - A C++17-like string_view for C++98, C++11 and later in a single-file header-only library☆436Updated last month
- A library of C++ coroutine abstractions for the coroutines TS☆385Updated this week
- C++ library for storing and printing backtraces.☆459Updated 2 weeks ago
- C++11 metaprogramming library☆255Updated 2 weeks ago
- Asynchronous gRPC with Asio/unified executors☆407Updated this week
- userland threads☆476Updated 2 weeks ago
- Example programs for Talking Async videos☆190Updated 2 years ago
- An async redis client designed for performance and scalability☆247Updated 2 weeks ago
- A miniature library for struct-field reflection in C++☆552Updated last month
- STL compatible C++ memory allocator library using a new RawAllocator concept that is similar to an Allocator but easier to use and write.☆1,518Updated 8 months ago
- cross-platform coroutine library in c++☆842Updated last month
- C++ Benchmark Authoring Library/Framework