The return type of ParallelExecutor.processQueue. This is a generic wrapper for Promise.allSettled with results of type ParallelItemResult. To filter the results, use type guards isSettledRejected and isSettledFulfilled.
The return type of ParallelExecutor.processQueue. This is a generic wrapper for Promise.allSettled with results of type ParallelItemResult. To filter the results, use type guards isSettledRejected and isSettledFulfilled.