q
Promise library
A promise library that enables asynchronous code execution and error handling without blocking
A promise library for JavaScript
15k stars
404 watching
1k forks
Language: JavaScript
last commit: over 1 year ago
Linked from 4 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
| A minimal implementation of promises with extensions and polyfills for various browsers and environments | 2,584 |
| A Promise/A+ implementation and utility library for managing asynchronous code flows | 3,439 |
| A workshop module to teach the use of promises in JavaScript for clean asynchronous code handling | 737 |
| Repeats an action until a condition is met and then resolves a promise | 3 |
| A Promise library for Swift that enables asynchronous operations to be composed and transformed in systematic ways. | 620 |
| Calls a function repeatedly until a condition returns true and then resolves the promise | 1 |
| An introduction to using Promises in JavaScript to write cleaner and more maintainable asynchronous code | 1,615 |
| Provides tools for organizing asynchronous code using Promises/A+ | 3,608 |
| Repeats an action until a condition is met, then resolves a promise. | 3 |
| A framework that provides a synchronization construct for asynchronous programming in Objective-C and Swift. | 3,810 |
| A library that allows you to use any ES 2015 compatible Promise implementation in your application | 180 |
| Fable bindings for JS promise allow F# to interact with JavaScript promises. | 20 |
| A module that simplifies the use of promises by providing a safe and consistent way to handle callbacks. | 2 |
| A small promise implementation following the Promises/A+ spec | 743 |
| A book series on modern JavaScript development focusing on modularity and ES6 features. | 3,088 |