js-queuewsf
v1.0.1
Published
Readme
js-queuewsf
Installation
For node.js, you can use this command to install:
npm install js-queueUsage
You could use like this:
queue.push(promise)
queue.start(res => res).catch(err => err)If you use node.js, you should require the module first:
import queue from 'js-queue';Example
License
The project is released under the MIT license.
Contact
Author: Wang, Shao-feng ([email protected])
