coroutine-library
There are 30 repositories under coroutine-library topic.
alibaba/coobjc
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.
hnes/libaco
A blazing fast and lightweight C asymmetric coroutine library 💎 ⛅🚀⛅🌞
google/marl
A hybrid thread / fiber task scheduler written in C++ 11
edubart/minicoro
Single header stackful cross-platform coroutine library in pure C.
sharow/libconcurrent
:copyright: Concurrent Programming Library (Coroutine) for C11
hujianzhe/util
C/C++,跨平台,OS原生异步IO接口,纯C有栈和无栈C++20协程调度核心
kelbon/kelcoro
C++20 coroutine library
TeaEntityLab/fpRust
Monad/MonadIO, Handler, Coroutine/doNotation, Functional Programming features for Rust
vsilaev/tascalate-javaflow
Continuations / CoRoutines for Java 1.6 - 23, build tools, CDI support. This project is based on completely re-worked Apache Jakarta Commons JavaFlow library.
Yuandong-Chen/coroutine
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).
OneManMonkeySquad/SimpleAI
Coroutine-based utility AI for Unity3d
Ananfa/libcorpc
Libcorpc is a high performance coroutine base RPC framework
guangqianpeng/libaco-sched
A coroutine scheduler and lightweight network library for libaco
BlackMATov/ecoro.erl
Pseudo-coroutines library like lua-coroutines for Erlang
amalcao/libcoroc
The LibCoroC is a coroutine library for Unix like systems written by C.
rnburn/coevent
Asynchronous coroutines networking library for C++
TankerHQ/tconcurrent
Tanker coroutine library
JesseBusman/ARM_C_Coroutines
Light-weight and blazing fast C coroutines for ARMv7 processors. Read the wiki: https://github.com/JesseBusman/ARM_C_Coroutines/wiki
reugn/aerospike-client-kotlin
Aerospike Client for Kotlin
nickyrabit/RoomWithLiveDataAndCoroutine
How to use Kotlin's Coroutine to make Room Database Queries and Listen to changes and Update UI in Realtime with LiveData.
Gscienty/liteco
A coroutine library implemented by C language
vsilaev/tascalate-javaflow-extras
Continuations / CoRoutines for Java 1.8 - Java 17. This library is an add-on to Tascalate Javaflow continuations library. It provides suspendable version of java.util.Stream, java.util.Iterator, java.util.function.* and helper classes to work with continuations.
ArchitectAK/Using-Kotlin-Coroutines
A demo android app from google codelab
spapageo/kotlin-coroutine-builders
Sample builders that can be used to launch coroutines (example implementation of async, await, delay, runBlocking)
Diego1906/CryptoNews
O aplicativo consumir uma API REST para buscar os dados referentes a notícias do mundo de cripto moedas.
firejox/fjx-fiber
thread safe stackful coroutine library
knieriem/libtask-cm
A simple coroutine library for ARM Cortex-M controllers.
Kshitiz-Mhto/OtakuVortex
Your Ultimate Hub for Anime and Manga Delights.Premier hub for anime and manga lovers
s8sg/lwan-coro-standalone
This is a direct copy of lawn CORO implementation with different Coroutine UseCase