The transformation of an async/await method into its underlying state machine by the compiler.
Loading
The transformation of an async/await method into its underlying state machine by the compiler.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sam HobbsPosted Jun 22, 2025, 3:43 AM
I am not sure I understand what you are asking. If you are asking what Win32 API that .Net uses then see:
Synchronization - Win32 apps | Microsoft Learn
https://learn.microsoft.com/en-us/windows/win32/sync/synchronization
That is the Windows API that .Net must use in Windows to do synchronization. In particular, the Event Objects as in:
Using Event Objects (Synchronization) - Win32 apps | Microsoft Learn
https://learn.microsoft.com/en-us/windows/win32/sync/using-event-objects