coroutines

Concurrency library

A library for writing concurrent code using cooperative multitasking

GitHub

0 stars
2 watching
0 forks
last commit: about 6 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
tidwall/neco A C concurrency library providing coroutines and synchronization primitives. 1,138
sharow/libconcurrent A lightweight, low-overhead concurrency library 361
marcoonroad/sporadic A set of abstractions for concurrency and asynchronous programming in JavaScript 18
mtmucha/coros A C++23 library for task-based parallelism utilizing coroutines and the new expected type. 306
safareli/free A library for combining parallel and sequential computations while maintaining the flexibility of a monadic programming paradigm. 58
rustcc/coroutine-rs Provides an implementation of cooperative multitasking in Rust 414
belozierov/swiftcoroutine An implementation of coroutines in Swift to simplify asynchronous programming and improve error handling. 837
typelift/concurrent A library providing functional concurrency primitives inspired by concurrent programming languages. 209
xudong-huang/may A high-performance library for stackful coroutines with support for asynchronous I/O and efficient scheduling. 1,959
didactic-drunk/concurrent.cr A library that provides modern concurrency tools for parallel processing in Crystal 48
zewo/venice A Swift library providing structured concurrency and CSP capabilities for concurrent programming on macOS and Linux. 1,495
quuxplusone/coro A single-header library providing facilities for C++2a Coroutines 80
meh/ruby-thread A set of Ruby extensions providing various concurrency utilities 524
zewo/zewo A lightweight Swift library providing concurrency and synchronous APIs for web applications on macOS and Linux. 1,853
mlin/forkwork Library to efficiently parallelize computationally intensive tasks using multiple cores 19