qbp

NodeJS system to queue, batch, and process.

Usage

await qbp(items, (item) => each(item));

This is the core of qbp’s functionality. It will loop through items and will concurrently pass every item to your each function and await its completion.