lefticus / lambda_coroutines
A lightweight macro-based coroutine / resumable / cooperative multitasking function utility designed for C++14 lambdas.
☆37Updated 4 years ago
Alternatives and similar repositories for lambda_coroutines:
Users that are interested in lambda_coroutines are comparing it to the libraries listed below
- A bunch of small C++ utilities☆65Updated last year
- Core abstractions for dealing with concurrency in C++☆66Updated last year
- Repository for a C++11 implementation of std::out_ptr (p1132), as a standalone library!☆75Updated 2 weeks ago
- ☆61Updated 3 years ago
- A C++20 implementation of safe (wrap around) integers following MISRA C++ rules☆77Updated last year
- ranges features for c+23 ported to C++20☆77Updated 2 years ago
- A C++14 and later CRTP template for defining iterators☆73Updated 2 weeks ago
- A never-valueless, strong guarantee implementation of std::variant☆68Updated 2 weeks 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
- repr for Modern C++: Return printable string representation of a value☆85Updated 4 years ago
- Boost (not yet) Tacit Meta Programming - your DSL for metaprogramming☆66Updated 5 years ago
- Bit containers, sequences, and views for everyone. 🕷️☆122Updated 2 years ago
- A lightweight, non-owning reference to a callable.☆173Updated 3 years ago
- A little metaprogramming and functional library☆69Updated 2 years ago
- Roman numeral support for C++17☆52Updated last year
- A small C++17 library meant to simplify the composition of nullable types in a generic, type-safe, and declarative way.☆43Updated 2 years ago
- Finite State Machine implementation using std::variant☆87Updated 5 years ago
- constexpr C++17 library for simplifying higher order functions in application code☆198Updated last year
- C++20 Coroutine-Based Synchronous Parser Combinator Library☆54Updated 3 years ago
- Header-only library for automatic (de)serialization of C++ types to/from JSON.☆53Updated 4 years ago
- Single-header, ranges-compatible generator type built on C++20 coroutines☆65Updated 2 years ago
- Using coroutines as sugar for composing monadic operations☆75Updated 6 years ago
- 🏀 Up your type-game. A small C++ library for compile-time type names and type indices.☆73Updated 3 years ago
- A class template that creates a new type that is distinct from the underlying type, but convertible to and from it☆111Updated last year
- low-level library for minimizing the size of your types☆113Updated 5 years ago
- Compile-time-efficient proof-of-concept implementation for std::tuple☆94Updated 3 years ago
- A C++14 reflection library☆71Updated 2 weeks ago
- C++17 Utility classes for comparing multiple values in one simple expression☆207Updated 8 months ago
- rx::ranges is a minimalist ranges library for C++17☆126Updated 2 years ago
- Recursive Variant: A simple library for Recursive Variant Types☆83Updated 3 years ago