andreasbuhr / cppcoroLinks
A library of C++ coroutine abstractions for the coroutines TS
☆406Updated 2 months ago
Alternatives and similar repositories for cppcoro
Users that are interested in cppcoro are comparing it to the libraries listed below
Sorting:
- C++17 Run-time Polymorphism (Type Erasure) library☆485Updated 4 months ago
- A lightweight C++20 serialization and RPC library☆867Updated 3 weeks ago
- Coroutines for C++20 & asio☆298Updated last week
- P1031 low level file i/o and filesystem library for the C++ standard☆972Updated last month
- Improved and configurable drop-in replacement to std::function that supports move only types, multiple overloads and more☆573Updated last month
- Fast, convenient JSON serialization and parsing in C++☆495Updated 3 weeks ago
- C++20 coroutine library☆822Updated this week
- Provides very lightweight outcome<T> and result<T> (non-Boost edition)☆757Updated 3 weeks ago
- expected lite - Expected objects in C++11 and later in a single-file header-only library☆482Updated last month
- An additive strong typedef library for C++14/17/20☆452Updated 6 months ago
- A bleeding-edge, lock-free, wait-free, continuation-stealing tasking library built on C++20's coroutines☆716Updated 5 months ago
- A modern, fast, lightweight thread pool library based on C++2x☆519Updated last week
- scanf for modern C++☆1,206Updated 3 weeks ago
- C++20 Static Reflection library☆448Updated 3 weeks ago
- Implementation of C++20's std::span for older compilers☆362Updated 2 years ago
- C++20 Meta-Programming library☆289Updated 2 months ago
- A C++20 library for sequence-orientated programming☆632Updated last week
- Fast, orthogonal, open multi-methods. Solve the Expression Problem in C++17.☆370Updated 3 weeks ago
- a header-only, constexpr alternative to gperf for C++14 users☆1,454Updated 3 weeks ago
- A miniature library for struct-field reflection in C++☆583Updated 3 weeks ago
- C++17 library for comfortable and efficient dynamic polymorphism☆485Updated 7 months ago
- C++11/14/17 std::optional with functional-style extensions and reference support☆899Updated last year
- Lightweight C++20 testing framework.☆290Updated last week
- An implementation of C++ "senders and receivers" async framework suitable for embedded platforms.☆265Updated last week
- A C++11 library for parsing and serializing JSON to and from a DOM container in memory.☆458Updated last week
- Static reflection for C++17 (compile-time enumeration, attributes, proxies, overloads, template functions, metaprogramming).☆1,170Updated 2 years ago
- Serialization library written in C++17 - Pack C++ structs into a compact byte-array without any macros or boilerplate code☆529Updated 10 months ago
- A fast, simple tuple implementation that implements tuple as an aggregate☆220Updated 10 months ago
- C++ parsing DSL☆1,114Updated this week
- An implementation of Actor, Publish-Subscribe, and CSP models in one rather small C++ framework. With performance, quality, and stability…☆548Updated 3 weeks ago