Promise
Promise library
A Promise library for Swift that enables asynchronous operations to be composed and transformed in systematic ways.
A Promise library for Swift, based partially on Javascript's A+ spec
621 stars
17 watching
59 forks
Language: Swift
last commit: over 2 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
lilyball/tomorrowland | An asynchronous task management library that enables safe and efficient chaining of promises with cancellable support | 117 |
xhawk18/promise-cpp | A C++ promise library with features similar to JavaScript promises, supporting exceptions and chaining parameters. | 673 |
andrewbarba/bluebird.swift | An implementation of Promise/A+ in Swift | 41 |
spider-gazelle/promise | A library providing typed promises for Crystal language to simplify concurrency and asynchronous programming. | 42 |
zhangchiqing/bluebird-promisell | A functional programming library for promises that helps write flat async code with composable functions | 44 |
deput/rwpromisekit | A lightweight Objective-C Promise library providing a concise and simplified API for handling asynchronous computations. | 114 |
shinmera/promise | A promise mechanism library for asynchronous operations with a focus on reliability and simplicity. | 11 |
couchdeveloper/futurelib | A Swift 2 library implementing asynchronous programming concepts inspired by Scala and Promises/A+ | 40 |
calvinmetcalf/lie | A small promise implementation following the Promises/A+ spec | 744 |
jdeferred/jdeferred | A Java library implementing a deferred/promise object similar to JQuery's Deferred Object. | 1,508 |
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 |
benlau/quickpromise | A QML Promise Library that simplifies asynchronous workflow with promise-like objects and signal-based execution | 179 |
siilwyn/promise-all-props | A utility function that waits for multiple promises to resolve, similar to Promise.all but tailored for object properties. | 9 |
kevinbeaty/any-promise | A library that allows you to use any ES 2015 compatible Promise implementation in your application | 179 |