An async function called without await
when i remove
why
is output before
the
and why it stop at
await before new Test1().run1() ,why the app output like that ?why
is output before
main after run1 called!the
run1() func not be await , why it not be skip ? and why it stop at
Task.Delay(1000) but not await run2()
