Package: node-run-queue Version: 2.0.0 Revision: 1.1 ### BuildDepends: << fink (>= 0.32) << Depends: << node-aproba << ### Source: mirror:debian:/pool/main/n/%n/%n_%v.orig.tar.gz Source-Checksum: SHA256(5e3cdedcce6e6aeb49c1b2e406f0b6861507364358a2ad7ea944cd35f40fe894) SourceDirectory: run-queue-%v Source2: mirror:debian:pool/main/n/%n/%n_%v-1.debian.tar.xz Source2-Checksum: SHA256(f87bcfc79778bec5834827d54b2fe044994849ae1085ee739bb313128aea3124) Source2ExtractDir: run-queue-%v ### DocFiles: README.md LICENSE ### CompileScript: << echo << # No tests as it will cause a circdep #InfoTest: << # TestDepends: << # node-tap # << # TestScript: << #tap -J --100 test || exit 2 # << #<< InstallScript: << install -d -m0755 %i/share/nodejs/run-queue install -m0644 queue.js %i/share/nodejs/run-queue/ install -m0644 package.json %i/share/nodejs/run-queue/ << ### Description: Promise based dynamic priority queue runner DescDetail: << A promise based, dynamic priority queue runner, with concurrency limiting. . The concurrency means that processes don't finish in order, because some take longer than others. Each priority level must finish entirely before the next priority level is run. Priorities essentially represent distinct job queues. All jobs in a queue must complete before the next highest priority job queue is executed. Lowest is executed first. . Node.js is an event-based server-side JavaScript engine. << ### License: BSD Homepage: https://npmjs.com/package/run-queue Maintainer: Justin F. Hallett