node-call-limit 1.1.0-1 source package in Ubuntu

Changelog

node-call-limit (1.1.0-1) unstable; urgency=low

  * Initial release (Closes: #864248)

 -- Pirate Praveen <email address hidden>  Mon, 23 Oct 2017 12:43:38 +0530

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-call-limit_1.1.0-1.dsc 2.1 KiB d72d963a1981be78dc3af2db9e404972366db92bf85a20053e3f1c416198fe36
node-call-limit_1.1.0.orig.tar.gz 2.3 KiB 87109794fa3419fad504f1ee86d80e94f63aeed595c505dbb68711fe65d0c608
node-call-limit_1.1.0-1.debian.tar.xz 1.9 KiB 777e19305cc443ff4ba2d9f7071847f42e7070565fc73e1feeba00891375e13e

No changes file available.

Binary packages built by this source

node-call-limit: 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.