[ 源代码: node-call-limit ]
软件包:node-call-limit(1.1.0-1)
node-call-limit 的相关链接
Debian 的资源:
下载源码包 node-call-limit:
- [node-call-limit_1.1.0-1.dsc]
- [node-call-limit_1.1.0.orig.tar.gz]
- [node-call-limit_1.1.0-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [npmjs.com]
相似软件包:
Limit the number of simultaneous calls to an async function
This module can also be used with promise returning functions to limit the number of simultaneous calls. When the number of calls go beyond the limit set by this module, they get queued and called when the previous call completes.
Node.js is an event-based server-side JavaScript engine.
其他与 node-call-limit 有关的软件包
|
|
|
|
-
- dep: nodejs
- evented I/O for V8 javascript - runtime executable