executeTasks abstract method
Defines the task execution strategy for the batch.
Returns a TResolvableOption that completes with the batch's final result.
Implementation
TResolvableOption<T> executeTasks();
Defines the task execution strategy for the batch.
Returns a TResolvableOption that completes with the batch's final result.
TResolvableOption<T> executeTasks();