/promise-queue

Small class to organize unknown / random amount of async processes, to execute callback when all is done.

Primary LanguageJavaScriptMIT LicenseMIT

PromiseQueue

Description

Small class to handle 'done' event when unknown / random amount of requests or other async jobs are finished.

Located at src/PromiseQueue.js

This example generated using WebpackBin

Start

npm install

npm start

Go to localhost:3000