Method Concurrent.Promise()->any_results()
- Method any_results
this_program
any_results()- Description
Sets the number of failures to be accepted in the list of futures this promise depends upon to unlimited. It is equivalent to
max_failures(-1)
.- Returns
The new Promise.
- See also