A finished child task execution.
This type represents both successful and failed child task executions, similar to the result of Promise.allSettled(). The finalize function receives all children regardless of their completion status, allowing for custom error handling logic.
Promise.allSettled()
A finished child task execution.
This type represents both successful and failed child task executions, similar to the result of
Promise.allSettled()
. The finalize function receives all children regardless of their completion status, allowing for custom error handling logic.