the original array that's passed to xaa.map
During concurrent map, if any mapper failed, this allow other inflight map functions to assert that no failure has occurred, else stop.
Optional
failed?: booleanindicate if another map operation during concurrent map has failed Mapping should observe this flag whenever possible and avoid continuing if it makes sense.
context from xaa.map to the mapper callback