q

Promise library

A promise library that enables asynchronous code execution and error handling without blocking

A promise library for JavaScript

GitHub

15k stars
405 watching
1k forks
Language: JavaScript
last commit: about 1 year ago
Linked from 4 awesome lists


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
then/promise A minimal implementation of promises with extensions and polyfills for various browsers and environments 2,580
cujojs/when A Promise/A+ implementation and utility library for managing asynchronous code flows 3,440
stevekane/promise-it-wont-hurt A workshop module to teach the use of promises in JavaScript for clean asynchronous code handling 737
busterc/promise-until Repeats an action until a condition is met and then resolves a promise 3
khanlou/promise A Promise library for Swift that enables asynchronous operations to be composed and transformed in systematic ways. 621
busterc/promise-do-until Calls a function repeatedly until a condition returns true and then resolves the promise 1
mattdesl/promise-cookbook An introduction to using Promises in JavaScript to write cleaner and more maintainable asynchronous code 1,614
tildeio/rsvp.js Provides tools for organizing asynchronous code using Promises/A+ 3,612
busterc/promise-do-whilst Repeats an action until a condition is met, then resolves a promise. 3
google/promises A framework that provides a synchronization construct for asynchronous programming in Objective-C and Swift. 3,806
kevinbeaty/any-promise A library that allows you to use any ES 2015 compatible Promise implementation in your application 179
fable-compiler/fable-promise Fable bindings for JS promise allow F# to interact with JavaScript promises. 19
kevinoid/promise-nodeify A module that simplifies the use of promises by providing a safe and consistent way to handle callbacks. 2
calvinmetcalf/lie A small promise implementation following the Promises/A+ spec 744
mjavascript/practical-modern-javascript A book series on modern JavaScript development focusing on modularity and ES6 features. 3,087