Turns a function into one that always returns a Promise a la Blubird's Promise.method.
TypeScript definitions for chai-as-promised
Retry a failed promise
Promise-based IO
Wrapper for Handlebars that allows helpers returning promises
Sugar methods for using sinon.js stubs with promises
For limiting the time to resolve a promise.
A generic promised based retry mechanism. Useful for eg. ensuring an available database or message queue connection
Chai-as-promised plugin for karma
Convert all soap methods to promises. Inspired by soap-q.
Adding .also chain in base library of chai-as-promised
TypeScript definitions for supertest-as-promised
A WebSocket client library providing Promise-based API for connecting, disconnecting and messaging with server
A map of promises that can be resolved or rejected by key
@idxdb/promised wraps the IndexedDB API. It allows you to easily store and retrieve data in an indexed db database using async/await syntax, making it easier to integrate with your existing codebase.
Some awesome description
Alternate Promise.race() implementation which doesn't leak memory, courtesy Brian Kim (https://github.com/brainkim)
Prevent common problems when using chai-as-promised
A minimalistic finite state machine library using promises
Extends Chai with assertions about promises.
Extends Chai with assertions about promises.
SuperAgent with a Promise twist
Kris Zyp's implementation of promises with added features, maintained as an npm package.
Promisify the node standard library.
A glimpse of a promising future in which Ruby supports delayed execution. Provides global 'promise' and 'future' methods.
A simple promises implementation in Ruby.
Traits are types for Ruby sequences (Enumerators)
This GEM allows to call methods lazily. The actual work will not be performed until the result is used. There's no promise/force semantics, just a single call (or block) is stored and executed the first time the (lazy) result is accessed.
Opal Proxy provides a dynamic interface to JavaScript objects in Opal, allowing seamless property access, method calls, and Promise handling using idiomatic Ruby syntax.