[ ソース: node-call-limit ]
パッケージ: node-call-limit (1.1.1-3)
node-call-limit に関するリンク
Debian の資源:
node-call-limit ソースパッケージをダウンロード:
- [node-call-limit_1.1.1-3.dsc]
- [node-call-limit_1.1.1.orig.tar.gz]
- [node-call-limit_1.1.1-3.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [github.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.