[ 原始碼: node-async-limiter ]
套件:node-async-limiter(2.0.0-4)
node-async-limiter 的相關連結
Debian 的資源:
下載原始碼套件 node-async-limiter:
- [node-async-limiter_2.0.0-4.dsc]
- [node-async-limiter_2.0.0.orig.tar.gz]
- [node-async-limiter_2.0.0-4.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
Module for limiting concurrent asynchronous actions in flight
This module exports a class Limiter that implements some of the Array API. Pass async functions (ones that accept a callback or return a promise) to an instance's additive array methods.
Async Limiter is used by Node Websockets library (ws) which is a dependency for thousands of NodeJS packages.
Node.js is an event-based server-side JavaScript engine.