A C++ await/yield emulation library for stackless coroutine
☆342Jan 17, 2024Updated 2 years ago
Alternatives and similar repositories for co2
Users that are interested in co2 are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- Use C++14 generic lambdas to simulate stackless coroutines without macros or type erasure.☆331Jun 6, 2017Updated 8 years ago
- stackless coroutine, but zero-allocation☆28Oct 23, 2025Updated 5 months ago
- ASIO Cooperative Task for await-based coroutine☆16Sep 8, 2018Updated 7 years ago
- C++11 single .h asymmetric coroutine implementation via ucontext / fiber☆428Jun 10, 2025Updated 9 months ago
- async/await in vanilla C++11☆79Oct 13, 2016Updated 9 years ago
- C# async/await in C++. Legacy implementation, check out CppAsync instead!☆28Oct 16, 2015Updated 10 years ago
- A library of C++ coroutine abstractions for the coroutines TS☆3,828Jan 9, 2024Updated 2 years ago
- Adapters for interfacing libuv with C++ resumable functions☆117Sep 9, 2024Updated last year
- Mordor is a high performance I/O library based on fibers.☆352Feb 6, 2018Updated 8 years ago
- The Elle coroutine-based asynchronous C++ development framework.☆475May 22, 2023Updated 2 years ago
- exploring coroutine C++ proposal☆46Sep 6, 2016Updated 9 years ago
- Non bloated asynchronous logger☆222Sep 13, 2023Updated 2 years ago
- std::tuple like methods for user defined types without any macro or boilerplate code☆1,469Mar 11, 2026Updated last week
- C++14 asynchronous allocation aware futures (supporting then, exception handling, coroutines and connections)☆852Sep 12, 2023Updated 2 years ago
- ASL libraries will be migrated here in the stlab namespace, new libraries will be created here.☆678Mar 12, 2026Updated last week
- Instant compile time C++ 11 metaprogramming library☆572Sep 7, 2022Updated 3 years ago
- STL compatible C++ memory allocator library using a new RawAllocator concept that is similar to an Allocator but easier to use and write.☆1,600May 29, 2025Updated 9 months ago
- Range library for C++14/17/20, basis for C++20's std::ranges☆4,357Mar 23, 2025Updated last year
- cross platform libuv based C++ library that leverages Microsoft's ppl tasks☆35Aug 20, 2015Updated 10 years ago
- C++ library for executors☆515Sep 21, 2016Updated 9 years ago
- cross-platform coroutine library in c++☆869Jan 20, 2026Updated 2 months ago
- Generic 2D graphics library for C++14☆28Jan 24, 2025Updated last year
- Coroutines/Fibers implementation for x86☆65Aug 18, 2016Updated 9 years ago
- Experimental library for coroutines and networking☆17Jan 25, 2018Updated 8 years ago
- Go-style coroutines and channels for C++☆34Nov 14, 2013Updated 12 years ago
- Improved and configurable drop-in replacement to std::function that supports move only types, multiple overloads and more☆598Jul 17, 2025Updated 8 months ago
- C multiplatform coroutine implementation via ucontext, fibers or setjmp☆265Oct 21, 2009Updated 16 years ago
- Linq for list comprehension in C++☆666Oct 1, 2020Updated 5 years ago
- Giant is a tiny C++11 library to handle little/big endianness.☆19Sep 25, 2015Updated 10 years ago
- Library to parse and work with the C++ AST☆1,771Jun 13, 2024Updated last year
- C++ reflection library with Lua binding, and JSON and XML serialisation.☆662Oct 31, 2022Updated 3 years ago
- Experimental deferred and unordered destruction library for C++☆913May 16, 2019Updated 6 years ago
- ☆21Feb 26, 2019Updated 7 years ago
- awaitable tasks base on msvc's resumable functions.☆23Aug 18, 2017Updated 8 years ago
- Lock-free RCU (Read-Copy-Update) user-space library☆12Jan 3, 2026Updated 2 months ago
- A library for C++ reflection and introspection☆202Jul 30, 2017Updated 8 years ago
- userland threads☆499Mar 11, 2026Updated last week
- c++ LINQ -like library of higher-order functions for data manipulation☆201Mar 14, 2021Updated 5 years ago
- A C++ library of Concurrent Data Structures☆2,733Oct 17, 2023Updated 2 years ago