lie
Promise library
A small promise implementation following the Promises/A+ spec
A basic but performant promise implementation.
743 stars
17 watching
67 forks
Language: JavaScript
last commit: over 4 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| A Promise library for Swift that enables asynchronous operations to be composed and transformed in systematic ways. | 620 |
| A utility for loading CommonJS modules in an ES6 environment, with optional patching to always return the default export. | 5 |
| A library that allows you to use any ES 2015 compatible Promise implementation in your application | 180 |
| A C++ promise library with features similar to JavaScript promises, supporting exceptions and chaining parameters. | 680 |
| Memoizes promise-returning and async functions to cache consecutive function calls by storing results of identical input. | 397 |
| Promises utility to convert callback-style functions into promise-based versions. | 1,505 |
| An introduction to using Promises in JavaScript to write cleaner and more maintainable asynchronous code | 1,615 |
| A plugin to polyfill Node.js globals in rolled-up applications | 90 |
| Tool for filtering and concurrent execution of promises with an adjustable concurrency level | 75 |
| A promise mechanism library for asynchronous operations with a focus on reliability and simplicity. | 11 |
| A Java library implementing a deferred/promise object similar to JQuery's Deferred Object. | 1,507 |
| A utility for caching and optimizing promise-returning functions with optional expire times and prefetching capabilities. | 61 |
| A promise library and concurrency toolkit for Clojure and ClojureScript. | 498 |
| Concurrently execute multiple promise-returning functions with optional concurrency limits. | 319 |
| Provides a promise-based interface to the file system | 170 |