async.reject
async rejectmethod as module.
async rejectmethod as module.
Intuitive way of using aysnc-await
The opposite of filter. Removes values that pass an async truth test.
Errors and errorHandler useful for "coworkers" applications
Deferred in the most basic way
Make your module implement dual APIs, callback API and thenable (Promise) API.
Checks if you forgot `await` before async function call
Async utilities and helpers for node
Discards entries which pass a test.
Add a rejection fallback handler to a Promise if no one handles it
It's like `Promise.reject` except it doesn't bother you with `unhandled Promise rejection` error in case you need to postpone a bit handling that rejection.
JS core extension - Array#reject
Promise related utilities
Delay specified amount of time then resolve/reject promise.
A wrapper around event emitters that returns a bluerbird promise resolved or rejected when certain events are fired.
R.reject exported as a module
Await until all promises resolve and reject
Useful patterns with Promise functions
Rethrow Promise rejection in the same tick
Watch random gifs in a browser while your promise is resolving