lie

Promise library

A small promise implementation following the Promises/A+ spec

A basic but performant promise implementation.

GitHub

744 stars
17 watching
67 forks
Language: JavaScript
last commit: over 4 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
khanlou/promise A Promise library for Swift that enables asynchronous operations to be composed and transformed in systematic ways. 621
calvinmetcalf/es6-translate A utility for loading CommonJS modules in an ES6 environment, with optional patching to always return the default export. 5
kevinbeaty/any-promise A library that allows you to use any ES 2015 compatible Promise implementation in your application 179
xhawk18/promise-cpp A C++ promise library with features similar to JavaScript promises, supporting exceptions and chaining parameters. 673
sindresorhus/p-memoize Memoizes promise-returning and async functions to cache consecutive function calls by storing results of identical input. 396
sindresorhus/pify Promises utility to convert callback-style functions into promise-based versions. 1,507
mattdesl/promise-cookbook An introduction to using Promises in JavaScript to write cleaner and more maintainable asynchronous code 1,614
calvinmetcalf/rollup-plugin-node-globals A plugin to polyfill Node.js globals in rolled-up applications 89
sindresorhus/p-filter Tool for filtering and concurrent execution of promises with an adjustable concurrency level 72
shinmera/promise A promise mechanism library for asynchronous operations with a focus on reliability and simplicity. 11
jdeferred/jdeferred A Java library implementing a deferred/promise object similar to JQuery's Deferred Object. 1,508
nodeca/promise-memoize A utility for caching and optimizing promise-returning functions with optional expire times and prefetching capabilities. 60
funcool/promesa A promise library and concurrency toolkit for Clojure and ClojureScript. 498
sindresorhus/p-all Concurrently execute multiple promise-returning functions with optional concurrency limits. 315
kevinbeaty/fs-promise Provides a promise-based interface to the file system 170