[ ソース: 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.