22 skills found
Hexilee / Async Io Demodemo for rust asynchronous io: from mio to stackless coroutine
jamboree / Co2A C++ await/yield emulation library for stackless coroutine
jbandela / Stackless CoroutineUse C++14 generic lambdas to simulate stackless coroutines without macros or type erasure.
bxparks / AceRoutineA low-memory, fast-switching, cooperative multitasking library using stackless coroutines on Arduino platforms.
yuanzhubi / Cort ProtoA C++03 implement stackless coroutine. But also support stackful coroutine, tcp rpc operation, static hook(by adding hook function into static_hook.sh).
vmilea / CppAsyncasync/await in vanilla C++11
jeremycw / CorcStackless coroutine compiler for C
yuanzhubi / Coroutine ProtoWe provide a prototype of a stackless coroutine.
jsseldenthuis / CoroutineStackless coroutine implementation in C and C++
kingluo / Cocococo is a simple, stackless, single-threaded, header-only C++20 coroutine library with Go-like concurrency primitives.
c-smile / Async.hppasync.hpp - asynchronous, stackless coroutines for C++
jamboree / Cozstackless coroutine, but zero-allocation
lgc1112 / Cpp20coroutine Protobuf RpcA lightweight, simple, and easy-to-understand high-performance RPC implementation framework based on C++20 stackless coroutines and protobuf. With a small amount of code, it implements all the basic features of RPC, making it suitable for learning or as a basis for stackless coroutine-based RPC development.
seppeon / SCoroA stackless, resumable, resettable state machine style coroutine library for C++17. This was made when I discovered that C++20 coroutines very frequently require heap allocation and their embodied types are erased.
dou1984 / CoevC++ stackless coroutine library . Support for TCP, UDP, HTTP, HTTP2, mysqlclient, kafkaclient, zookeeper with full coroutine-driven architecture.
RossBencina / FractorpNanoscopic C++ Actor, stackless coroutine, and CSP framework
hertzscript-coroutines / VirtualMachineExecutes and schedules preemptible JavaScript coroutines. (HertzScript Generation 1 Coroutines) (Obsolete)
crazybie / Coa tiny, portable, stackless coroutine in C++11
hertzscript-coroutines / CompilerProduces preemptible JavaScript coroutines which conform to the HertzScript specification.
moxitrel / CogoAsymmetric stackless coroutine library for C/C++.