File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- // This program spawns multiple threads that each run for at least 250ms, and
2- // each thread returns how much time they took to complete. The program should
1+ // This program spawns multiple threads that each runs for at least 250ms, and
2+ // each thread returns how much time it took to complete. The program should
33// wait until all the spawned threads have finished and should collect their
44// return values into a vector.
55
Original file line number Diff line number Diff line change 1- // This program spawns multiple threads that each run for at least 250ms, and
2- // each thread returns how much time they took to complete. The program should
1+ // This program spawns multiple threads that each runs for at least 250ms, and
2+ // each thread returns how much time it took to complete. The program should
33// wait until all the spawned threads have finished and should collect their
44// return values into a vector.
55
You can’t perform that action at this time.
0 commit comments