then-queue a simple asynchronous queue Installation npm install then-queue API Queue() A fresh queue! queue.push(item) Push an item onto the queue queue.pop() -> Promise Item Pop an item from the queue queue.length Amount of items in the queue.