C# 5 and async timers

前端 未结 0 1578
故里飘歌
故里飘歌 2021-02-19 17:17

Is there a new Timer API somewhere that allows me to do this?

await timer.wait(500);

Basically, to sleep for X ms and then resume execution of

相关标签:
回答
  • 消灭零回复
提交回复
热议问题