C++11 single .h asymmetric coroutine implementation via ucontext / fiber
☆428Jun 10, 2025Updated 9 months ago
Alternatives and similar repositories for coroutine
Users that are interested in coroutine are comparing it to the libraries listed below
Sorting:
- Go-style concurrency in C++11☆3,311Jul 3, 2023Updated 2 years ago
- cross-platform coroutine library in c++☆870Jan 20, 2026Updated last month
- A C++ await/yield emulation library for stackless coroutine☆342Jan 17, 2024Updated 2 years ago
- A asymmetric coroutine library for C.☆2,517Dec 16, 2022Updated 3 years ago
- a simple coroutine for c++☆21Jun 17, 2018Updated 7 years ago
- Async++ concurrency framework for C++11☆1,410Oct 11, 2024Updated last year
- A Header-Only cross-platform C++ TCP network library . We can use vcpkg(https://github.com/Microsoft/vcpkg/tree/master/ports/brynet) ins…☆1,065Aug 25, 2024Updated last year
- An C++ serialization library☆10May 22, 2015Updated 10 years ago
- Boost.Coroutine2☆138Mar 11, 2026Updated last week
- C multiplatform coroutine implementation via ucontext, fibers or setjmp☆265Oct 21, 2009Updated 16 years ago
- Modern coroutine library for C++☆51Jun 23, 2016Updated 9 years ago
- 基于C++ Coroutines编写的无栈协程库☆627Dec 27, 2023Updated 2 years ago
- libco is a coroutine library which is widely used in wechat back-end service. It has been running on tens of thousands of machines since…☆8,685Mar 7, 2024Updated 2 years ago
- Header-only, event based, tiny and easy to use libuv wrapper in modern C++ - now available as also shared/static library!☆2,033Dec 17, 2025Updated 3 months ago
- universal serialization engine☆1,302Updated this week
- C/C++ server and network library, including coroutine,redis client,http/https/websocket,mqtt, mysql/postgresql/sqlite client with C/C++ f…☆3,051Updated this week
- concurrency library for C++☆73Apr 30, 2014Updated 11 years ago
- A blazing fast and lightweight C asymmetric coroutine library 💎 ⛅🚀⛅🌞☆3,675May 21, 2022Updated 3 years ago
- C++ 20 Coroutines in Action (Helpers + Test Code Examples)☆496Aug 8, 2022Updated 3 years ago
- A fast multi-producer, multi-consumer lock-free concurrent queue for C++11☆12,125Feb 14, 2026Updated last month
- This is out of date, please move to https://github.com/qicosmos/rest_rpc☆263Jul 24, 2017Updated 8 years ago
- Lightweight thread library for C/C++ coroutine (similar to goroutine), for high performance network servers.☆751Oct 15, 2025Updated 5 months ago
- A hybrid thread / fiber task scheduler written in C++ 11☆1,994Feb 22, 2025Updated last year
- A modern C++ network library for developing high performance network services in TCP/UDP/HTTP protocols.☆3,763Apr 10, 2024Updated last year
- lightweight json parser in c☆16Nov 9, 2018Updated 7 years ago
- Call a function in a new stack that allocated anywhere. Do not be afraid of stack limit in your coroutines! Try to make your stack sharea…☆234May 6, 2021Updated 4 years ago
- C++ promise/A+ library in Javascript style.☆694Apr 19, 2024Updated last year
- c++11基础库☆1,031Nov 18, 2024Updated last year
- A library of C++ coroutine abstractions for the coroutines TS☆3,828Jan 9, 2024Updated 2 years ago
- We provide a prototype of a stackless coroutine.☆34Jan 10, 2018Updated 8 years ago
- A tiny boost library in C++11.☆4,211May 27, 2025Updated 9 months 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,598May 29, 2025Updated 9 months ago
- A C/S framework based on asio, doesn't need boost.☆39Feb 5, 2026Updated last month
- C++ network library based on `libgo`.☆244Dec 22, 2018Updated 7 years ago
- The high performance c/c++ coroutine/fiber library for Linux/FreeBSD/MacOS/Windows, supporting select/poll/epoll/kqueue/iouring/iocp/wind…☆800Jan 4, 2026Updated 2 months ago
- modern C++ ORM, C++17, support mysql, postgresql,sqlite☆1,494Updated this week
- 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++14 asynchronous allocation aware futures (supporting then, exception handling, coroutines and connections)☆852Sep 12, 2023Updated 2 years ago
- a utility for serialize C++ and json。☆109Oct 14, 2019Updated 6 years ago