promise
Promise engine
A minimal implementation of promises with extensions and polyfills for various browsers and environments
Bare bones Promises/A+ implementation
3k stars
65 watching
314 forks
Language: JavaScript
last commit: about 2 years ago
Linked from 1 awesome list
Related projects:
| Repository | Description | Stars |
|---|---|---|
| | A promise library that enables asynchronous code execution and error handling without blocking | 14,926 |
| | A Promise/A+ implementation and utility library for managing asynchronous code flows | 3,439 |
| | Provides tools for organizing asynchronous code using Promises/A+ | 3,608 |
| | A framework that provides a synchronization construct for asynchronous programming in Objective-C and Swift. | 3,810 |
| | Provides a simple and efficient way to write non-blocking code using promises in JavaScript | 11,895 |
| | An HTTP client library for making requests to web servers using the Promise API. | 105,978 |
| | An implementation of promises for Swift and Objective-C, simplifying asynchronous programming. | 14,235 |
| | An asynchronous programming library with monadic interface, offering lazy value representation and stack-safe control flow utilities. | 2,485 |
| | Calls a function repeatedly until a condition returns true and then resolves the promise | 1 |
| | Repeats an action until a condition is met and then resolves a promise | 3 |
| | Fixes remaining issues with the ES6 promises specification | 1,237 |
| | A polyfill library that enables Promise-based WebExtension APIs on Google Chrome with minimal changes | 2,759 |
| | Repeats an action until a condition is met, then resolves a promise. | 3 |
| | A middleware for Redux that handles promises in Flux Standard Actions | 2,667 |
| | Enables Node.js-style module loading in the browser | 14,621 |