asynchronous-programming
There are 1375 repositories under asynchronous-programming topic.
drogonframework/drogon
Drogon: A C++14/17/20 based HTTP web application framework running on Linux/macOS/Unix/Windows
zio/zio
ZIO — A type-safe, composable library for async and concurrent programming in Scala
lewissbaker/cppcoro
A library of C++ coroutine abstractions for the coroutines TS
google/tarpc
An RPC framework for Rust with a focus on ease of use.
David-Haim/concurrencpp
Modern concurrency for C++. Tasks, executors, timers and C++20 coroutines to rule them all
learning-at-home/hivemind
Decentralized deep learning in PyTorch. Built to train models on thousands of volunteers across the world.
Thomvis/BrightFutures
Write great asynchronous code in Swift using futures and promises
ProcedureKit/ProcedureKit
Advanced Operations in Swift
getify/fasy
FP iterators that are both eager and asynchronous
funcool/promesa
A promise library & concurrency toolkit for Clojure and ClojureScript.
graphform/swim
Full stack application platform for building stateful microservices, streaming APIs, and real-time UIs
an-tao/trantor
a non-blocking I/O tcp network lib based on c++14/17
Tradias/asio-grpc
Asynchronous gRPC with Asio/unified executors
p-org/PSharp
A framework for rapid development of reliable asynchronous software.
status-im/nim-chronos
Chronos - An efficient library for asynchronous programming
damirlj/modern_cpp_tutorials
Articles on various software desing and development topics, with accent on the contamporary C++
vsilaev/tascalate-concurrent
Implementation of blocking (IO-Bound) cancellable java.util.concurrent.CompletionStage and related extensions to java.util.concurrent.ExecutorService-s
ishtms/nodebook
Learn and Master the complex parts of the Node.js Runtime. From V8's Turbofan optimizer to production deployments.
Looooong/UnityAsyncImageLoader
Asynchronous Image Loader for Unity
xiaoliang314/libatask
纯C语言高性能异步多任务多事件驱动的协程库| Pure C language high-performance asynchronous multi-task multi-event driven coroutine library.
badfarm/zanzara
Asynchronous PHP Telegram Bot Framework built on top of ReactPHP
Arvtesh/UnityFx.Async
Asynchronous operations (promises) for Unity3d.
bazyleu/UniState
UniState is a modern, high-performance, scalable state machine package for Unity.
gubicsz/Solitaire
Solitaire card game made in Unity using MVP, dependency injection, reactive and asynchronous programming.
giannitedesco/minotaur
A pythonic, asynchronous, inotify interface
boraseoksoon/Throttler
One Line to throttle, debounce and delay: Say Goodbye to Reactive Programming such as RxSwift and Combine.
Chymyst/chymyst-core
Declarative concurrency in Scala - The implementation of the chemical machine
hudson-trading/corral
Lightweight structured concurrency for C++20
joshburgess/redux-most
Most.js based middleware for Redux. Handle async actions with monadic streams & reactive programming.
thomhurst/EnumerableAsyncProcessor
Process Multiple Asynchronous Tasks in Various Ways - One at a time / Batched / Rate limited / Concurrently
kelbon/kelcoro
C++20 coroutine library
bizz84/multiple-counters-flutter
Flutter State Management [ setState ❖ StreamBuilder ❖ scoped_model ❖ redux ]
ardaku/pasts
Minimal asynchronous executor for Rust
NodeppOfficial/nodepp
A runtime for writing reliable asynchronous applications with C++. Provides I/O, networking, scheduling, timers, ...
kruglov-dmitry/crypto_crawler
Crypto arbitrage bot
bruno-/fiber_scheduler
Ruby's missing Fiber Scheduler implementation.