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
Sorting:
- A bunch of small C++ utilities☆65Updated last year
- ☆61Updated 3 years ago
- constexpr C++17 library for simplifying higher order functions in application code☆198Updated 2 years ago
- A little metaprogramming and functional library☆69Updated 2 years ago
- Core abstractions for dealing with concurrency in C++☆66Updated last year
- Bit containers, sequences, and views for everyone. 🕷️☆124Updated 2 years ago
- A C++14 and later CRTP template for defining iterators☆73Updated last month
- repr for Modern C++: Return printable string representation of a value☆85Updated 4 years ago
- 🏀 Up your type-game. A small C++ library for compile-time type names and type indices.☆73Updated 3 years ago
- ☆76Updated last month
- Boost (not yet) Tacit Meta Programming - your DSL for metaprogramming☆66Updated 5 years ago
- A research project aimed at introducing language support for type erasure in C++.☆54Updated 9 years ago
- A lightweight, non-owning reference to a callable.☆173Updated 3 years ago
- A dynamically-resizable vector with fixed capacity and embedded storage☆169Updated 4 years ago
- Comparison operators for std::span☆15Updated 5 years ago
- A C++20 implementation of safe (wrap around) integers following MISRA C++ rules☆78Updated last year
- Library of flat vector-like based associative containers☆75Updated 2 years ago
- ranges features for c+23 ported to C++20☆77Updated 2 years ago
- Using coroutines as sugar for composing monadic operations☆75Updated 6 years ago
- Single-header, ranges-compatible generator type built on C++20 coroutines☆65Updated 2 years ago
- Finite State Machine implementation using std::variant☆87Updated 5 years ago
- A no-dependencies C++ extensible type erasure library☆43Updated 4 years ago
- std::ring_span (SG14, P0059R1)☆45Updated 8 years ago
- Proposed SG14 status_code for the C++ standard☆67Updated 5 months ago
- A realtime/embedded-friendly C++11 variant type which is never empty and prevents undesirable implicit conversions☆98Updated 6 years ago
- Compile-time-efficient proof-of-concept implementation for std::tuple☆94Updated 3 years ago
- 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
- std::bitset with constexpr implementations plus additional features.☆119Updated last year
- C++20 Coroutine-Based Synchronous Parser Combinator Library☆54Updated 3 years ago
- Compile-time printf-like string formatting☆77Updated 6 years ago