allSettled


Description:

public static Future<ArrayList<Future<T>>> allSettled<T> (ArrayList<Future<T>> futures)

Waits until all source futures complete and returns them.

Parameters:

futures

input futures.

Returns:

future with settled futures list.