mirror of
https://github.com/rust-lang/rustlings.git
synced 2024-12-26 00:00:03 +03:00
Compare commits
3 commits
6953f9cad7
...
7aee1ae212
Author | SHA1 | Date | |
---|---|---|---|
7aee1ae212 | |||
ea85c1b46e | |||
6bec6f92c4 |
|
@ -1,5 +1,5 @@
|
||||||
// This program spawns multiple threads that each run for at least 250ms, and
|
// This program spawns multiple threads that each runs for at least 250ms, and
|
||||||
// each thread returns how much time they took to complete. The program should
|
// each thread returns how much time it took to complete. The program should
|
||||||
// wait until all the spawned threads have finished and should collect their
|
// wait until all the spawned threads have finished and should collect their
|
||||||
// return values into a vector.
|
// return values into a vector.
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// This program spawns multiple threads that each run for at least 250ms, and
|
// This program spawns multiple threads that each runs for at least 250ms, and
|
||||||
// each thread returns how much time they took to complete. The program should
|
// each thread returns how much time it took to complete. The program should
|
||||||
// wait until all the spawned threads have finished and should collect their
|
// wait until all the spawned threads have finished and should collect their
|
||||||
// return values into a vector.
|
// return values into a vector.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue