AwaitKit
Async framework
A Swift library that simplifies asynchronous programming using the Async/Await syntax
The ES8 Async/Await control flow for Swift
750 stars
17 watching
54 forks
Language: Swift
last commit: over 3 years ago
Linked from 1 awesome list
asyncawaitpromiseswift
Related projects:
Repository | Description | Stars |
---|---|---|
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 |
freshos/then | A toolset for writing concise and maintainable asynchronous code in Swift using promises | 993 |
asyncninja/asyncninja | Provides primitives and tools for concurrency and reactive programming in Swift | 156 |
asyncswift/asynclocationkit | A wrapper around Apple's location services framework, using async/await and concurrency to simplify its use in Swift applications. | 188 |
ulrikdamm/forbind | A functional programming framework for Swift that simplifies async and promise handling. | 45 |
flipcoder/kit | A C++ library providing utilities and abstractions for asynchronous programming, coroutines, reactive systems, and other related concepts. | 23 |
malcommac/hydra | A lightweight library for writing better async code in Swift | 1,972 |
awestlake87/pyo3-asyncio | A Rust library that enables interactions between Python Coroutines and Rust Futures using the Asyncio Library | 311 |
yaitoo/async | An asynchronous task package for Go with support for async/await pattern and context cancellation. | 6 |
zhangchiqing/bluebird-promisell | A functional programming library for promises that helps write flat async code with composable functions | 44 |
vadymmarkov/when | A lightweight implementation of Promises in Swift for more readable and standardized asynchronous code handling | 266 |
davidask/futures | A framework for simplifying asynchronous programming using lightweight promises and futures | 58 |
briancavalier/creed | A library that simplifies asynchronous programming by providing coroutines and promises with functional programming features. | 274 |
jgornick/asyncp | Port of an async library to use Promises instead of callbacks in Node.js | 29 |