promise-stream-queue
Advanced tools
Comparing version 0.2.0 to 0.2.1
{ | ||
"name": "promise-stream-queue", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Promise Stream. Queue promises and retrieve the resolved/rejected ones in the inserted order", | ||
@@ -5,0 +5,0 @@ "author": "David Gómez Matarrodona <solzimer@gmail.com>", |
@@ -6,3 +6,3 @@ # promise-stream-queue | ||
serially, one after another, what this module does is insert promises in a | ||
queue, in a certain order, **allowing its asynchronous execution, but making the output be in the same order in which they were inserted**. As soon as the promise in the head of the tail is resolved, it is released, moving on to the next. | ||
queue, in a certain order, **allowing its asynchronous execution, but making the output be in the same order in which they were inserted**. As soon as the promise in the head of the queue is resolved, it is released, moving on to the next. | ||
@@ -9,0 +9,0 @@ In case of promises never resolved/rejected, the stream allows an execution |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12410