hkey-async-queue
Version:
Async Queue (Throttler). For rate limiting. For example, you use an external API and the number of requests per second is limited there.
1 lines • 43 B
JavaScript
module.exports = require('./src/Queue.js');
Async Queue (Throttler). For rate limiting. For example, you use an external API and the number of requests per second is limited there.