ParallelFutureValidatedIterablesFuturesEx<T> extension
- on
-
- Future<
ValidatedResult< Iterable< >Future< >ValidatedResult< Function()>T> >
- Future<
Methods
-
asParallelFullSuccess(
{String? errorMessage, int? internalErrorCode}) → Future< ValidatedResult< Iterable< >T> > -
Available on Future<
Run functions in isolates and wait the results, collecting successes and failures Use this function if functions to be waited cannot be run (or you don't want them to run) in an isolate If functions cannot be run in an Isolate, useValidatedResult< , provided by the ParallelFutureValidatedIterablesFuturesEx extensionIterable< >Future< >ValidatedResult< Function()>T> >tryWaitAll
instead. -
asParallelPartialSuccess(
{String? errorMessage, int? internalErrorCode}) → Future< ValidatedResult< Iterable< >T> > -
Available on Future<
Run functions in isolates and wait the results, collecting successes and failures Use this function if functions to be waited cannot be run (or you don't want them to run) in an isolate If functions cannot be run in an Isolate, useValidatedResult< , provided by the ParallelFutureValidatedIterablesFuturesEx extensionIterable< >Future< >ValidatedResult< Function()>T> >tryWaitAll
instead. -
waitAllFullSuccess(
{String? errorMessage, int? internalErrorCode}) → Future< ValidatedResult< Iterable< >T> > -
Available on Future<
Run functions and wait the results, collecting successes ir failures Use this function if functions to be waited cannot be run (or you don't want them to run) in an isolate Otherwise useValidatedResult< , provided by the ParallelFutureValidatedIterablesFuturesEx extensionIterable< >Future< >ValidatedResult< Function()>T> >tryAsParallel
-
waitAllPartialSuccess(
{String? errorMessage, int? internalErrorCode}) → Future< ValidatedResult< Iterable< >T> > -
Available on Future<
Run functions and wait the results, collecting successes ir failures Use this function if functions to be waited cannot be run (or you don't want them to run) in an isolate Otherwise useValidatedResult< , provided by the ParallelFutureValidatedIterablesFuturesEx extensionIterable< >Future< >ValidatedResult< Function()>T> >tryAsParallel