An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: coroutine-library

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.

Language: Objective-C - Size: 2.79 MB - Last synced at: about 1 hour ago - Pushed at: over 1 year ago - Stars: 4,028 - Forks: 522

google/marl

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

Language: C++ - Size: 1.48 MB - Last synced at: 10 days ago - Pushed at: 8 months ago - Stars: 1,976 - Forks: 194

kelbon/kelcoro

C++20 coroutine library

Language: C++ - Size: 449 KB - Last synced at: 15 days ago - Pushed at: 15 days ago - Stars: 137 - Forks: 10

hujianzhe/util

C/C++,跨平台,OS原生异步IO接口,纯C有栈和无栈C++20协程调度核心

Language: C - Size: 26.6 MB - Last synced at: 17 days ago - Pushed at: 18 days ago - Stars: 168 - Forks: 58

vsilaev/tascalate-javaflow

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

Language: Java - Size: 1.84 MB - Last synced at: 3 months ago - Pushed at: 6 months ago - Stars: 88 - Forks: 8

vosaka-php/vosaka-foroutines

Asynchronous library with Fiber-based performance syntaxes. A combination with VOsaka.

Language: PHP - Size: 23.4 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

TeaEntityLab/fpRust

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

Language: Rust - Size: 375 KB - Last synced at: about 1 month ago - Pushed at: about 4 years ago - Stars: 122 - Forks: 7

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

Language: C - Size: 25.4 KB - Last synced at: 3 months ago - Pushed at: almost 7 years ago - Stars: 36 - Forks: 9

hnes/libaco

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

Language: C - Size: 1.34 MB - Last synced at: 5 months ago - Pushed at: over 3 years ago - Stars: 3,605 - Forks: 401

edubart/minicoro

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

Language: C - Size: 134 KB - Last synced at: 5 months ago - Pushed at: 11 months ago - Stars: 738 - Forks: 46

TankerHQ/tconcurrent

Tanker coroutine library

Language: C++ - Size: 544 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 7 - Forks: 2

vsilaev/tascalate-javaflow-extras

Continuations / CoRoutines for Java 1.8 - Java 25. 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.

Language: Java - Size: 61.5 KB - Last synced at: 3 months ago - Pushed at: 6 months ago - Stars: 2 - Forks: 0

Ananfa/libcorpc

Libcorpc is a high performance coroutine base RPC framework

Language: C++ - Size: 4.57 MB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 36 - Forks: 8

sharow/libconcurrent

:copyright: Concurrent Programming Library (Coroutine) for C11

Language: Assembly - Size: 104 KB - Last synced at: 5 months ago - Pushed at: about 4 years ago - Stars: 365 - Forks: 40

rnburn/coevent

Asynchronous coroutines networking library for C++

Language: C++ - Size: 163 KB - Last synced at: 6 months ago - Pushed at: over 6 years ago - Stars: 10 - Forks: 5

Kshitiz-Mhto/OtakuVortex

Your Ultimate Hub for Anime and Manga Delights.Premier hub for anime and manga lovers

Language: Kotlin - Size: 6.27 MB - Last synced at: 5 months ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

reugn/aerospike-client-kotlin

Aerospike Client for Kotlin

Language: Kotlin - Size: 197 KB - Last synced at: 5 days ago - Pushed at: 10 months ago - Stars: 4 - Forks: 1

OneManMonkeySquad/SimpleAI

Coroutine-based utility AI for Unity3d

Language: C# - Size: 3.5 MB - Last synced at: 6 months ago - Pushed at: about 3 years ago - Stars: 36 - Forks: 6

spapageo/kotlin-coroutine-builders

Sample builders that can be used to launch coroutines (example implementation of async, await, delay, runBlocking)

Language: Kotlin - Size: 5.86 KB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

firejox/fjx-fiber

thread safe stackful coroutine library

Language: C - Size: 128 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

knieriem/libtask-cm

A simple coroutine library for ARM Cortex-M controllers.

Language: C - Size: 24.4 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

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

Language: Assembly - Size: 11.7 KB - Last synced at: about 2 years ago - Pushed at: almost 7 years ago - Stars: 4 - Forks: 1

guangqianpeng/libaco-sched

A coroutine scheduler and lightweight network library for libaco

Language: C - Size: 46.9 KB - Last synced at: over 2 years ago - Pushed at: over 6 years ago - Stars: 14 - Forks: 3

user1095108/cr2

c++ coroutine library

Language: C++ - Size: 180 KB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

Gscienty/liteco

A coroutine library implemented by C language

Language: C - Size: 131 KB - Last synced at: over 2 years ago - Pushed at: almost 5 years ago - Stars: 2 - Forks: 0

BlackMATov/ecoro.erl

Pseudo-coroutines library like lua-coroutines for Erlang

Language: Erlang - Size: 4.88 KB - Last synced at: 23 days ago - Pushed at: about 5 years ago - Stars: 12 - Forks: 0

tranphunguyen98/DateMe

Language: Kotlin - Size: 842 KB - Last synced at: over 2 years ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

Diego1906/CryptoNews

O aplicativo consumir uma API REST para buscar os dados referentes a notícias do mundo de cripto moedas.

Language: Kotlin - Size: 223 KB - Last synced at: 8 months ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

nickyrabit/RoomWithLiveDataAndCoroutine

How to use Kotlin's Coroutine to make Room Database Queries and Listen to changes and Update UI in Realtime with LiveData.

Language: Kotlin - Size: 362 KB - Last synced at: over 2 years ago - Pushed at: almost 6 years ago - Stars: 3 - Forks: 1

ArchitectAK/Using-Kotlin-Coroutines

A demo android app from google codelab

Language: Kotlin - Size: 155 KB - Last synced at: 11 months ago - Pushed at: over 6 years ago - Stars: 1 - Forks: 0

s8sg/lwan-coro-standalone

This is a direct copy of lawn CORO implementation with different Coroutine UseCase

Language: C - Size: 23.4 KB - Last synced at: 28 days ago - Pushed at: about 8 years ago - Stars: 0 - Forks: 1