kit
Async framework
A C++ library providing utilities and abstractions for asynchronous programming, coroutines, reactive systems, and other related concepts.
C++11 libs: await, channels, reactive/signals, timelines, alarms, logging, args, etc.
23 stars
7 watching
9 forks
Language: C++
last commit: almost 4 years ago
Linked from 1 awesome list
animationasynccoroutinescppcpp11jsonreactivethreadstimers
Related projects:
Repository | Description | Stars |
---|---|---|
briancavalier/creed | A library that simplifies asynchronous programming by providing coroutines and promises with functional programming features. | 274 |
yannickl/awaitkit | A Swift library that simplifies asynchronous programming using the Async/Await syntax | 750 |
paulrademacher/asyncpp | A utility library that simplifies asynchronous programming in C++ by providing pre-built patterns and lambdas to avoid callbacks and manage complex operations. | 101 |
infinit/elle | An asynchronous C++ framework providing reusable concepts and libraries for building concurrent systems. | 477 |
kassane/asio | A C++ library providing an asynchronous I/O framework for building networked applications. | 7 |
futurekit/futurekit | A Swift-based Future/Promises Library for asynchronous programming on iOS and OS X | 754 |
async-plus/async-plus | Provides a simple, chainable interface for async and throwing code in Swift | 195 |
arun11299/coro-async | A C++ library providing a coroutine-based approach to networking | 37 |
clojure/core.async | A Clojure library providing facilities for concurrent programming and communication. | 1,956 |
awestlake87/pyo3-asyncio | A Rust library that enables interactions between Python Coroutines and Rust Futures using the Asyncio Library | 311 |
orthecreedence/cl-async | A library providing asynchronous I/O capabilities for Common Lisp programming. | 273 |
peterhinch/micropython-async | A resource providing documentation, tutorials, and code examples for using asynchronous programming in MicroPython for embedded systems | 741 |
facebookexperimental/libunifex | A C++ implementation of an async programming model with schedulers, timers, I/O and coroutine support for concurrent systems. | 1,486 |
asyncninja/asyncninja | Provides primitives and tools for concurrency and reactive programming in Swift | 156 |
ulrikdamm/forbind | A functional programming framework for Swift that simplifies async and promise handling. | 45 |