@dendra-science/task-queue
v0.0.1
Published
Utility class to execute async tasks sequentially.
Downloads
7
Readme
Task Queue
Provides a utility class to execute async tasks in a sequental manner.
Instructions
Be sure you have Node version 6.11.x. If you’re using nvm, you may need to
nvm use 6.11
.Clone this repo.
Make this project directory the current directory, i.e.
cd task-queue
.Install modules via
npm install
.If all goes well, you should be able to run the predefined package scripts.