coroutine
Coroutine library
An asynchronous programming library for C that allows concurrent execution of tasks without shared state.
A asymmetric coroutine library for C.
2k stars
136 watching
689 forks
Language: C
last commit: almost 3 years ago
Linked from 1 awesome list
Related projects:
| Repository | Description | Stars |
|---|---|---|
| | A library of C++ coroutine abstractions for building high-performance asynchronous programming systems. | 3,448 |
| | An implementation of coroutines in Swift to simplify asynchronous programming and improve error handling. | 836 |
| | A C coroutine library with low overhead and high performance | 3,525 |
| | A C++23 library for task-based parallelism utilizing coroutines and the new expected type. | 310 |
| | A coroutine library for Common Lisp that enables efficient and lightweight cooperative multitasking. | 65 |
| | A single-header library providing facilities for C++2a Coroutines | 80 |
| | A C++ concurrency library providing high-level abstractions for writing concurrent and parallel applications | 2,347 |
| | A lightweight, low-overhead concurrency library | 360 |
| | A framework for efficient concurrent execution of CPU-bound workloads using coroutines and parallelism | 579 |
| | Provides a low-level, generic stackless coroutine builder for asynchronous programming in Clojure and ClojureScript | 233 |
| | An implementation of asynchronous coroutines in C++11 using ucontext and fiber | 417 |
| | Supports asynchronous programming in Kotlin with lightweight coroutines and reactive streams libraries | 13,122 |
| | Provides a framework for writing asynchronous programs with efficient coroutine scheduling and I/O handling | 455 |
| | A high-performance library for stackful coroutines with support for asynchronous I/O and efficient scheduling. | 1,970 |
| | A C++ library providing a coroutine-based approach to networking | 37 |