We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Module Deferred-ext returns async.Deferred adding algorithms from composition algorithms, and seq() as constructor properties instrumented to use Deferred:
Deferred-ext
Deferred
Deferred.all()
Deferred.par()
Deferred.any()
Deferred.one()
Deferred.race()
Deferred.seq()
Additionally all() and race() are copied to Deferred.Wrapper:
all()
race()
Deferred.Wrapper
Deferred.Wrapper.all()
Deferred.Wrapper.race()
Just like their generic counterparts, all functions can accept arguments in the following form, yet continue to use Deferred:
var promise = Deferred.all(val1, ... valN);