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 69f7b8c commit 783a06bCopy full SHA for 783a06b
src/concurrency/async/async-await.md
@@ -31,9 +31,6 @@ Key points:
31
- Note that this is a simplified example to show the syntax. There is no long
32
running operation or any real concurrency in it!
33
34
-- What is the return type of an async call?
35
- - Use `let future: () = async_main(10);` in `main` to see the type.
36
-
37
- The "async" keyword is syntactic sugar. The compiler replaces the return type
38
with a future.
39
0 commit comments