rsvp.js
Async toolset
Provides tools for organizing asynchronous code using Promises/A+
A lightweight library that provides tools for organizing asynchronous code
4k stars
102 watching
263 forks
Language: JavaScript
last commit: about 1 year ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
then/promise | A minimal implementation of promises with extensions and polyfills for various browsers and environments | 2,583 |
tj/co | Provides a simple and efficient way to write non-blocking code using promises in JavaScript | 11,890 |
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 |
sindresorhus/p-queue | A promise queue with concurrency control to limit the number of concurrent operations | 3,499 |
google/promises | A framework that provides a synchronization construct for asynchronous programming in Objective-C and Swift. | 3,810 |
js-csp/js-csp | A JavaScript implementation of communicating sequential processes | 2,333 |
developit/workerize | Enables asynchronous execution of JavaScript functions within a Web Worker. | 4,352 |
sindresorhus/p-all | Concurrently execute multiple promise-returning functions with optional concurrency limits. | 318 |
axios/axios | An HTTP client library for making requests to web servers using the Promise API. | 105,978 |
dvlsg/async-csp | An implementation of Communicating Sequential Processes using ES2016's async/await syntax. | 317 |
davidask/futures | A framework for simplifying asynchronous programming using lightweight promises and futures | 58 |
sindresorhus/p-map | A utility for mapping over promises concurrently while controlling concurrency and error handling. | 1,373 |
youngjuning/wx-promise-pro | A promise-based library for simplifying asynchronous programming in WeChat mini-programs | 830 |
sindresorhus/p-event | Promises an event by waiting for it to be emitted, allowing asynchronous iteration and rejection handling. | 429 |