A prioritized asynchronous (or synchronous) queue for node.js. Browsers are currently supported!Install$ npm install priority-async-queue --save Or$ yarn add priority-async-queue Broswer const paq = new PAQ(); paq.addTask(() => console.log('browser task')); APIFor convenience, priority-...