Skip to content

Commit ad47f63

Browse files
authored
Document Async flag representation in IL (#121281)
@agocke @VSadov for review FYI @333fred This was implemented: #115658
1 parent 69d8087 commit ad47f63

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/design/specs/runtime-async.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,3 +83,5 @@ Other restrictions are likely to be permanent, including
8383
| ------------- | ------------- | ------------- |
8484
| . . . | . . . | . . . |
8585
|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

Comments
 (0)