coroutine-framework
There are 8 repositories under coroutine-framework topic.
felix-lang/felix
The Felix Programming Language
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.
ingangi/chroutine
C++ coroutine framework
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
raffaellod/lofty
Coroutines, stack traces and smart I/O for C++11, inspired by Python and Golang.
stelin/ysf
Yes swoole framework.
nickyrabit/RoomWithLiveDataAndCoroutine
How to use Kotlin's Coroutine to make Room Database Queries and Listen to changes and Update UI in Realtime with LiveData.
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.