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
620 stars
17 watching
59 forks
Language: Swift
last commit: over 2 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| An asynchronous task management library that enables safe and efficient chaining of promises with cancellable support | 117 |
| A C++ promise library with features similar to JavaScript promises, supporting exceptions and chaining parameters. | 680 |
| An implementation of Promise/A+ in Swift | 41 |
| A library providing typed promises for Crystal language to simplify concurrency and asynchronous programming. | 42 |
| A functional programming library for promises that helps write flat async code with composable functions | 44 |
| A lightweight Objective-C Promise library providing a concise and simplified API for handling asynchronous computations. | 114 |
| A promise mechanism library for asynchronous operations with a focus on reliability and simplicity. | 11 |
| A Swift 2 library implementing asynchronous programming concepts inspired by Scala and Promises/A+ | 40 |
| A small promise implementation following the Promises/A+ spec | 743 |
| A Java library implementing a deferred/promise object similar to JQuery's Deferred Object. | 1,507 |
| A promise library and concurrency toolkit for Clojure and ClojureScript. | 498 |
| A promise-based library for simplifying asynchronous programming in WeChat mini-programs | 830 |
| A QML Promise Library that simplifies asynchronous workflow with promise-like objects and signal-based execution | 179 |
| A utility function that waits for multiple promises to resolve, similar to Promise.all but tailored for object properties. | 9 |
| A library that allows you to use any ES 2015 compatible Promise implementation in your application | 180 |