any-promise
Promise polyfill
A library that allows you to use any ES 2015 compatible Promise implementation in your application
NOTE: You probably want native promises now
180 stars
8 watching
17 forks
Language: JavaScript
last commit: over 6 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| Provides a promise-based interface to the file system | 170 |
| A small promise implementation following the Promises/A+ spec | 743 |
| A workshop module to teach the use of promises in JavaScript for clean asynchronous code handling | 737 |
| An introduction to using Promises in JavaScript to write cleaner and more maintainable asynchronous code | 1,615 |
| An asynchronous task management library that enables safe and efficient chaining of promises with cancellable support | 117 |
| A Promise library for Swift that enables asynchronous operations to be composed and transformed in systematic ways. | 620 |
| Promises utility to convert callback-style functions into promise-based versions. | 1,505 |
| An ES2015 Promise implementation for Node.js with polyfills for browser compatibility and minimal functionality | 138 |
| A Promise-based API for interacting with WebSockets | 596 |
| A promise library and concurrency toolkit for Clojure and ClojureScript. | 498 |
| A Java library implementing a deferred/promise object similar to JQuery's Deferred Object. | 1,507 |
| Calls a function repeatedly until a condition returns true and then resolves the promise | 1 |
| A module that simplifies the use of promises by providing a safe and consistent way to handle callbacks. | 2 |
| A promise-based library for simplifying asynchronous programming in WeChat mini-programs | 830 |
| Enforces best practices for JavaScript promises to improve code readability and maintainability. | 943 |