p-lazy

Create a lazy promise that defers execution until it's awaited or when `.then()`, `.catch()`, or `.finally()` is called

p-throttler

A promise based throttler capable of limiting execution of parallel tasks