> Despite the completion order varying, each task correctly writes to its designated position in the results array, showing proper concurrent data handling.
Huh? It’s not like the entire array was passed into each task. Each task just received a pointer to an usize to write to.
Where is concurrent data writing in the example?
 replies(1):