async-pool-cue

Limit concurrency of actions with a queue for Node.js

Usage no npm install needed!

<script type="module">
  import asyncPoolCue from 'https://cdn.skypack.dev/async-pool-cue';
</script>

README

async-pool-cue

npm version Build Status MIT Licensed

Limit concurrency of actions with a queue for Node.js

This module is based on the queue and priorityQueue implementations from async.

Install

npm install --save async-pool-cue

Usage


API Docs

todo