[ 源代码: 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.