I would like to co_await the file completed event from the WinRT AudioGraph API.
Is this possible? It seams like a far superior way to program than using state or recursion.
I would like to co_await the file completed event from the WinRT AudioGraph API.
Is this possible? It seams like a far superior way to program than using state or recursion.
Copyright © 2021 Jogjafile Inc.
Yes. You
co_awaittheresume_on_signalfunction.Here's the handle being created
Then subscribe to the event with the following event handler