开发者

delaying asynchronous callbacks

开发者 https://www.devze.com 2022-12-23 16:31 出处:网络
how to give delays for a asynchronous callbacks, is there any way to pause,or resume(current pro开发者_如何学Gocess for a certain time),orany availability of sleep modeAre you looking for

how to give delays for a asynchronous callbacks, is there any way to pause,or resume(current pro开发者_如何学Gocess for a certain time),or any availability of sleep mode


Are you looking for

Thread.Sleep()

There's also System.Thread.Timer for scheduling callbacks in the future, if that's what you're looking for.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号