Hydra
Async library
A lightweight library for writing better async code in Swift
⚡️ Lightweight full-featured Promises, Async & Await Library in Swift
2k stars
35 watching
112 forks
Language: Swift
last commit: about 3 years ago
Linked from 2 awesome lists
asyncawaitfuturesgcdpromise-librarypromisesswift
Related projects:
Repository | Description | Stars |
---|---|---|
async-plus/async-plus | Provides a simple, chainable interface for async and throwing code in Swift | 195 |
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 |
yannickl/awaitkit | A Swift library that simplifies asynchronous programming using the Async/Await syntax | 750 |
couchdeveloper/futurelib | A Swift 2 library implementing asynchronous programming concepts inspired by Scala and Promises/A+ | 40 |
futurekit/futurekit | A Swift-based Future/Promises Library for asynchronous programming on iOS and OS X | 754 |
awestlake87/pyo3-asyncio | A Rust library that enables interactions between Python Coroutines and Rust Futures using the Asyncio Library | 311 |
briancavalier/creed | A library that simplifies asynchronous programming by providing coroutines and promises with functional programming features. | 274 |
zhangchiqing/bluebird-promisell | A functional programming library for promises that helps write flat async code with composable functions | 44 |
freshos/then | A toolset for writing concise and maintainable asynchronous code in Swift using promises | 993 |
wiruzx/purefutures | A simple library providing asynchronous programming capabilities using promises and futures. | 17 |
lilyball/tomorrowland | An asynchronous task management library that enables safe and efficient chaining of promises with cancellable support | 117 |
ulrikdamm/forbind | A functional programming framework for Swift that simplifies async and promise handling. | 45 |
jgornick/asyncp | Port of an async library to use Promises instead of callbacks in Node.js | 29 |
tomlokhorst/promissum | A Swift library providing a set of combinators and utilities for working with asynchronous operations in an functional programming style. | 68 |