We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
This module returns async.Deferred adding algorithms from async.generic.compositions as constructor properties instrumented to use Deferred:
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()