coroutine-library topic

List coroutine-library repositories

coobjc

4.0k
Stars
528
Forks
Watchers

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 Fo...

marl

1.8k
Stars
185
Forks
Watchers

A hybrid thread / fiber task scheduler written in C++ 11

libaco

3.5k
Stars
390
Forks
Watchers

A blazing fast and lightweight C asymmetric coroutine library 💎 ⛅🚀⛅🌞

minicoro

587
Stars
35
Forks
Watchers

Single header stackful cross-platform coroutine library in pure C.

libconcurrent

354
Stars
38
Forks
Watchers

:copyright: Concurrent Programming Library (Coroutine) for C11

fpRust

115
Stars
7
Forks
Watchers

Monad/MonadIO, Handler, Coroutine/doNotation, Functional Programming features for Rust

tascalate-javaflow

81
Stars
9
Forks
Watchers

Continuations / CoRoutines for Java 1.6 - 23, build tools, CDI support. This project is based on completely re-worked Apache Jakarta Commons JavaFlow library.

SimpleAI

33
Stars
6
Forks
Watchers

Coroutine-based utility AI for Unity3d

coroutine

36
Stars
9
Forks
Watchers

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...

libaco-sched

15
Stars
4
Forks
Watchers

A coroutine scheduler and lightweight network library for libaco