We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Module Deferred-ext returns async.Deferred adding algorithms from async.generic.compositions as constructor properties instrumented to use Deferred:
Deferred-ext
Deferred
Deferred.all()
Deferred.par()
Deferred.any()
Deferred.one()
Deferred.race()
Additionally all() and race() are copied to Deferred.Wrapper:
all()
race()
Deferred.Wrapper
Deferred.Wrapper.all()
Deferred.Wrapper.race()