fast-queue
TypeScript icon, indicating that this package has built-in type declarations

2.0.0 • Public • Published

A simple async queue that yields to IO under load.

var Queue = require('fast-queue');
 
let q = new Queue();
 
q.doAsap(()=>{console.log('Hello')});

Readme

Keywords

none

Package Sidebar

Install

npm i fast-queue

Weekly Downloads

5

Version

2.0.0

License

MIT

Last publish

Collaborators

  • sachinio