structured-concurrency
There are 88 repositories under structured-concurrency topic.
python-trio/trio
Trio – a friendly Python library for async concurrency and I/O
sustrik/libdill
Structured concurrency in C
Zewo/Venice
Coroutines, structured concurrency and CSP for Swift on macOS and Linux.
belozierov/SwiftCoroutine
Swift coroutines for iOS, macOS and Linux.
thefrontside/effection
Structured concurrency and effects for JavaScript
digital-fabric/polyphony
Fine-grained concurrency for Ruby
yoshuawuyts/futures-concurrency
Structured concurrency operations for async Rust
softwaremill/ox
Safe direct-style streaming, concurrency and resiliency for Scala on the JVM
google/mug
A small Java 8 library (string manipulation, BiStream, Structured Concurrency, SQL Templates)
earthboundkid/flowmatic
Structured concurrency made easy
goodboy/tractor
distributed structured concurrency
hudson-trading/corral
Lightweight structured concurrency for C++20
fxforge/starfx
A micro-mvc framework for react apps
awkward-squad/ki
A structured concurrency library
arrow-kt/suspendapp
Reason about resource-safety in the same way you reason about Structured Concurrency with SuspendApp!
najamelan/async_nursery
Primitive for structured concurrency.
jabrena/latency-problems
A set asynchronous, non-blocking & parallelism problems to challenge your mind!
yxhuvud/nested_scheduler
Shard for creating separate groups of fibers in a hierarchical way and to collect results and errors in a structured way.
rcardin/sus4s
A Direct-Style Scala Wrapper Around the Structured Concurrency of Project Loom
FI-Mihej/Cengal
Bytecode manipulation in runtime, true shared memory, async LMDB, async Tkinter, async wxPython, async PySide, async PyQt, async loop with almost preemptive multitasking within the single thread, text parsing, rich introspection, etc.
codenimja/nimsync
High-performance async runtime for Nim with structured concurrency, lock-free channels, and work-stealing scheduler
vsanthanam/AnyAsyncSequence
Type-Erased Existential Generic AsyncSequence Values in Swift
vsanthanam/NetworkReachability
Modern Network Reachability in Swift using Structured Concurrency
lukepistrol/TaskTrigger
Attach async tasks to SwiftUI views using a trigger mechanism.
npuichigo/exec-rs
C++ p2300 proposal in Rust
svermeulen/lusc
Structured Async/Concurrency for Lua
svermeulen/nvim-lusc
Structured Async/Concurrency in Neovim
cl4cnam/funcSug
FuncSug is a simple alternative to event-driven programming and game loops. No main loops or event-action associations any more thanks to concurrency, waiting for specific events and a special handling of interruptions.
dakingffo/Coflux
A C++20 coroutine framework for building statically-defined, high-performance concurrent systems
sureshg/kotlin-mpp-playground
🎨 Kotlin Multiplatform playground!
thefrontside/platformscript
Bring your YAML to life
miquido/haiway
Framework for building python applications. The project was made by Miquido: https://www.miquido.com/
bmazzarol/Icicle
:snowflake: Structured Concurrency for C# and dotnet
pjeby/uneventful
Declarative Event-Driven Programming: signals plus streams, minus the seams!
Proekt-SwiftUI/sc-book
📗 Книга: Structured Concurrency не магия
bonkey/AwaitlessKit
Simplifies the migration to async/await. It likely performs better than your ad hoc hacks.