#IOS#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 Foun...
翻译 - coobjc为Objective-C和Swift提供协程支持。我们添加了一个等待方法,生成器和参与者模型,例如C#,Javascript和Kotlin。为了方便起见,我们在cokit框架中为某些Foundation和UIKit API添加了协程类别,例如NSFileManager,JSON,NSData,UIImage等。我们还在coobjc中添加了元组支持。
A blazing fast and lightweight C asymmetric coroutine library 💎 ⛅🚀⛅🌞
翻译 - 快速,轻巧的C不对称协程库💎⛅🚀⛅🌞
A hybrid thread / fiber task scheduler written in C++ 11
翻译 - 用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.*), E...
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
The LibCoroC is a coroutine library for Unix like systems written by C.
Asynchronous coroutines networking library for C++
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.