Simple implementation of CommonJS Promises/A.
Convert callback-based function into promise. Simple, 10LOC, no deps.
Add the power of Simple Events to your projects. Every event has an argument with its data. Every handler can be a promise.
Lightweight promise polyfill. A+ compliant
Bare bones Promises/A+ implementation
Unzip library for NodeJS
The tmp package with promises support and disposers.
a common library for async/promise, simple and powerful
Fetch JSONP like a boss using Fetch API
Resolve any installed ES6 compatible promise
yargs the modern, pirate-themed, successor to optimist.
Retries a function that returns a promise, leveraging the power of the retry module.
Utility method to run function either synchronously or asynchronously using the common `this.async()` style.
Retries a function that returns a promise, leveraging the power of the retry module.
Creates a Promise that waits for a single event
A Promise-compatible abstraction that defers resolving/rejecting promises to another closure.
A Promise-Based WebSocket implementation for Node.js
Test whether an object looks like a promises-a+ promise
A simple Node.js module to check if a TCP port is already bound.
A lightweight library that provides tools for organizing asynchronous code
A lightweight wrapper for Express 4's Router that allows middleware to return promises
Convert callbacks to promises.
Enforce best practices for JavaScript promises
Tool to turn functions with Node-style callback APIs into functions that return Promises
This gem extends promise.rb promises to support an extremely simple pattern for "continuing" execution of the promise in an asynchronous non-blocking way.
Forking from bhuga/promising-future on github, so Version is started from 0.3.1
A simple and lightweight gem to wrapper Threads(Promises) like JavaScript in Ruby, adding a color to Ruby Threads
A simple promises implementation in Ruby.
Sometimes we have to write some Rails code in the migrations and it's hard to keep them in working state because models wich are used there changes too often. there some techniques which help to avoid these pitfalls. For example, define model classes in the migrations or write raw SQL. But they don't help in 100% cases anyway. This gem promises to solve the problem in a simple way.