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
3
3
// wait until all the spawned threads have finished and should collect their
4
4
// return values into a vector.
5
5
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
3
3
// wait until all the spawned threads have finished and should collect their
4
4
// return values into a vector.
5
5
You can’t perform that action at this time.
0 commit comments