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 69d8087 commit ad47f63Copy full SHA for ad47f63
docs/design/specs/runtime-async.md
@@ -83,3 +83,5 @@ Other restrictions are likely to be permanent, including
83
| ------------- | ------------- | ------------- |
84
| . . . | . . . | . . . |
85
|Async |0x2000 |Method is an Async Method.|
86
+
87
+The flag is represented in IL by the `async` keyword. Tools like `ilasm` and `ildasm` recognize this flag.
0 commit comments