Futures
Async promise library
A framework for simplifying asynchronous programming using lightweight promises and futures
Lightweight promises for iOS, macOS, tvOS, watchOS, and Linux
58 stars
3 watching
5 forks
Language: Swift
last commit: over 4 years ago
Linked from 2 awesome lists
asyncfuturesiosmacospromisesserver-side-swiftswifttvoswatchos
Related projects:
Repository | Description | Stars |
---|---|---|
futurekit/futurekit | A Swift-based Future/Promises Library for asynchronous programming on iOS and OS X | 754 |
lilyball/tomorrowland | An asynchronous task management library that enables safe and efficient chaining of promises with cancellable support | 117 |
couchdeveloper/futurelib | A Swift 2 library implementing asynchronous programming concepts inspired by Scala and Promises/A+ | 40 |
malcommac/hydra | A lightweight library for writing better async code in Swift | 1,972 |
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 |
async-plus/async-plus | Provides a simple, chainable interface for async and throwing code in Swift | 195 |
yannickl/awaitkit | A Swift library that simplifies asynchronous programming using the Async/Await syntax | 750 |
vadymmarkov/when | A lightweight implementation of Promises in Swift for more readable and standardized asynchronous code handling | 266 |
wiruzx/purefutures | A simple library providing asynchronous programming capabilities using promises and futures. | 17 |
funcool/promesa | A promise library and concurrency toolkit for Clojure and ClojureScript. | 498 |
youngjuning/wx-promise-pro | A promise-based library for simplifying asynchronous programming in WeChat mini-programs | 830 |
andrewbarba/bluebird.swift | An implementation of Promise/A+ in Swift | 41 |
aantron/promise | A lightweight binding to JavaScript promises in Reason | 340 |
briancavalier/creed | A library that simplifies asynchronous programming by providing coroutines and promises with functional programming features. | 274 |