easy-promise-queue
An easy JavaScript Promise queue which is automatically executed, concurrency controlled and suspendable.
An easy JavaScript Promise queue which is automatically executed, concurrency controlled and suspendable.
Wraps a function to become a sequential promise chain. It will keep track and chain promises together automatically on multiple invocations of the same function.
Validate input and throw a custom error. Use it in promise chains
Provides a way of knowing when a promise chain is settled. Useful for testing.
Contains various typescript utils.
An easy JavaScript Promise queue which is automatically executed, concurrency controlled and suspendable.