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.
1 parent 610dddc commit bcf9c0dCopy full SHA for bcf9c0d
ch07/c-async-await/src/main.rs
@@ -12,7 +12,7 @@ coroutine fn request(i: usize) {
12
println!("{txt}");
13
}
14
15
-future fn async_main() {
+coroutine fn async_main() {
16
println!("Program starting");
17
let mut futures = vec![];
18
0 commit comments