Compare commits

..

No commits in common. "ea85c1b46e4c608f84cfb9d69c7b127c52fdc1a9" and "930a0ea73b74921d687f3389f8dfb99f8fda8cea" have entirely different histories.

2 changed files with 4 additions and 4 deletions

View file

@ -1,5 +1,5 @@
// This program spawns multiple threads that each runs for at least 250ms, and
// each thread returns how much time it took to complete. The program should
// This program spawns multiple threads that each run for at least 250ms, and
// each thread returns how much time they took to complete. The program should
// wait until all the spawned threads have finished and should collect their
// return values into a vector.

View file

@ -1,5 +1,5 @@
// This program spawns multiple threads that each runs for at least 250ms, and
// each thread returns how much time it took to complete. The program should
// This program spawns multiple threads that each run for at least 250ms, and
// each thread returns how much time they took to complete. The program should
// wait until all the spawned threads have finished and should collect their
// return values into a vector.