We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b456af6 + 54245bf commit a59a022Copy full SHA for a59a022
listings/ch17-async-await/listing-17-24/src/main.rs
@@ -26,7 +26,7 @@ fn main() {
26
trpl::sleep(one_ms).await;
27
slow("b", 15);
28
29
- slow("b", 35);
+ slow("b", 350);
30
31
println!("'b' finished.");
32
};
listings/ch17-async-await/listing-17-25/src/main.rs
@@ -24,7 +24,7 @@ fn main() {
24
trpl::yield_now().await;
25
0 commit comments