[ ソース: node-async-limiter ]
パッケージ: node-async-limiter (2.0.0-1)
node-async-limiter に関するリンク
Debian の資源:
node-async-limiter ソースパッケージをダウンロード:
- [node-async-limiter_2.0.0-1.dsc]
- [node-async-limiter_2.0.0.orig.tar.gz]
- [node-async-limiter_2.0.0-1.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.
その他の node-async-limiter 関連パッケージ
|
|
|
|
-
- dep: nodejs (>= 6)
- evented I/O for V8 javascript - runtime executable