class Concurrent::Promise
def self.any?(*promises)
were not already executed.
fail. Upon execution will execute any of the aggregate promises that
a `Concurrent::PromiseExecutionError` if any of the aggregated promises
if any aggregated promises succeed. Executes the `rescue` handler with
Aggregates a collection of promises and executes the `then` condition
def self.any?(*promises) aggregate(:any?, *promises) end