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 1 year ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
kriskowal/q | A promise library that enables asynchronous code execution and error handling without blocking | 14,926 |
cujojs/when | A Promise/A+ implementation and utility library for managing asynchronous code flows | 3,439 |
tildeio/rsvp.js | Provides tools for organizing asynchronous code using Promises/A+ | 3,608 |
google/promises | A framework that provides a synchronization construct for asynchronous programming in Objective-C and Swift. | 3,810 |
tj/co | Provides a simple and efficient way to write non-blocking code using promises in JavaScript | 11,890 |
axios/axios | An HTTP client library for making requests to web servers using the Promise API. | 105,978 |
mxcl/promisekit | An implementation of promises for Swift and Objective-C, simplifying asynchronous programming. | 14,235 |
fluture-js/fluture | An asynchronous programming library with monadic interface, offering lazy value representation and stack-safe control flow utilities. | 2,485 |
busterc/promise-do-until | Calls a function repeatedly until a condition returns true and then resolves the promise | 1 |
busterc/promise-until | Repeats an action until a condition is met and then resolves a promise | 3 |
domenic/promises-unwrapping | Fixes remaining issues with the ES6 promises specification | 1,237 |
mozilla/webextension-polyfill | A polyfill library that enables Promise-based WebExtension APIs on Google Chrome with minimal changes | 2,759 |
busterc/promise-do-whilst | Repeats an action until a condition is met, then resolves a promise. | 3 |
redux-utilities/redux-promise | A middleware for Redux that handles promises in Flux Standard Actions | 2,667 |
browserify/browserify | Enables Node.js-style module loading in the browser | 14,621 |