[ 原始碼: 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