Method Concurrent.AggregatedPromise()->start()

class Concurrent.AggregatedPromise

Method start

protected void start()

Description

Start the aggregation of values from dependencies.

Note

This function is called from several functions. These include on_success(), on_failure(), wait(), get(), fold() and first_completed().

Note

After this function has been called, several functions may no longer be called. These include depend(), fold(), first_completed(), max_failures(), min_failures(), any_results().