native-windows-gui
native-windows-gui copied to clipboard
Async functions as event handlers don't work as expected
If an async function is defined, it's immediately "returned", and no code in the fuction executes, even when the first "await" is far. I'm using tokio::main with "Current Thread" flavor.