promise-pool
promise-pool copied to clipboard
Adds per-promise timeout parameter to pool
Adds an optional timeout parameter to the pool setup that, if enabled, rejects promises after the timeout period preventing promises from hanging and clogging the pool reducing concurrency.
Fixes #48