Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2023-01-01 22:38:18 +03:00
parent 4fdcd67bfd
commit bcea805503

View File

@ -845,6 +845,7 @@ object.Constructor('IterablePromise', Promise, {
// Q: what IterablePromise does/should do if a promise resolves to
// a promise multiple times...
// XXX not sure if this is a viable strategy....
// XXX use IterableSequentialPromise in .__packed....
var IterableSequentialPromise =
module.IterableSequentialPromise =
object.Constructor('IterableSequentialPromise', IterablePromise, {