Closed oldratlee closed 3 months ago
subtask of #194
successfulAsList() method is similar to cffu#mostSuccessOf() without timeout parameters, simpler and nice.
successfulAsList()
cffu#mostSuccessOf()
According the naming convention/features of cffu, the implementing methods are:
cffu
mSupplyAllSuccessAsync()
tupleMSupplyAllSuccessAsync()
allSuccessResultsOf()
allSuccessTupleOf()
thenMApplyAllSuccessAsync()
thenTupleMApplyAllSuccessAsync()
allSuccess*
mostSuccess*
timeout
successfulAsList()
method is similar tocffu#mostSuccessOf()
without timeout parameters, simpler and nice.According the naming convention/features of
cffu
, the implementing methods are:mSupplyAllSuccessAsync()
tupleMSupplyAllSuccessAsync()
allSuccessResultsOf()
allSuccessTupleOf()
thenMApplyAllSuccessAsync()
thenTupleMApplyAllSuccessAsync()
📝 Implementation Note
allSuccess*
method is same as the homologousmostSuccess*
method expect without 2timeout
parameters.allSuccess*
method is beforemostSuccess*
method. (becauseallSuccess*
method is simpler and more straightforward.)