Repository navigation
coroutine-library
- Website
- Wikipedia
coobjc provides coroutine support for Objective-C and Swift. We added await method、generator and actor model like C#、Javascript and Kotlin. For convenience, we added coroutine categories for some Foundation and UIKit API in cokit framework like NSFileManager, JSON, NSData, UIImage etc. We also add tuple support in coobjc.
A blazing fast and lightweight C asymmetric coroutine library 💎 ⛅🚀⛅🌞
A hybrid thread / fiber task scheduler written in C++ 11
Single header stackful cross-platform coroutine library in pure C.
© Concurrent Programming Library (Coroutine) for C11
C/C++,跨平台,OS原生异步IO接口,纯C有栈和无栈C++20协程调度核心
C++20 coroutine library
Monad/MonadIO, Handler, Coroutine/doNotation, Functional Programming features for Rust
Continuations / CoRoutines for Java 1.6 - 23, build tools, CDI support. This project is based on completely re-worked Apache Jakarta Commons JavaFlow library.
A coroutine library written in and for C. Different kinds of Interfaces available: Posix thread style(old version), Lua coroutine style(CPS) based on CloudWu tiny coroutines library(ezco.v.0.0.1.*), Erlang process style(Actor Model, on future version, not finished yet).
Coroutine-based utility AI for Unity3d
Libcorpc is a high performance coroutine base RPC framework
A coroutine scheduler and lightweight network library for libaco
Pseudo-coroutines library like lua-coroutines for Erlang
Asynchronous coroutines networking library for C++
The LibCoroC is a coroutine library for Unix like systems written by C.
Aerospike Client for Kotlin
Light-weight and blazing fast C coroutines for ARMv7 processors. Read the wiki: https://github.com/JesseBusman/ARM_C_Coroutines/wiki
How to use Kotlin's Coroutine to make Room Database Queries and Listen to changes and Update UI in Realtime with LiveData.