[ Bron: node-async-limiter ]
Pakket: node-async-limiter (2.0.0-4)
Verwijzigingen voor node-async-limiter
Debian bronnen:
Het bronpakket node-async-limiter downloaden:
- [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]
Beheerders:
Externe bronnen:
- Homepage [github.com]
Vergelijkbare pakketten:
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.