A common task is to series or map but one of more items in the series might fail. With the current implementation, any failure in a task causes the whole series or map to abort.
What I would like is a series/map which continues on failures. The final result contains the errors and results.
Not sure what the best API for this is. Thoughts welcome.
A common task is to series or map but one of more items in the series might fail. With the current implementation, any failure in a task causes the whole series or map to abort.
What I would like is a series/map which continues on failures. The final result contains the errors and results.
Not sure what the best API for this is. Thoughts welcome.