Because we wait until the entire batch is complete to see the failure, checking for failure of the {@link TaskBatch} on the submitted tasks will not help - they will never see the failure ofthe other tasks. You will need to provide an external mechanism to propagate the error.
Does not throw an {@link ExecutionException} if any of the tasks fail.
|
|