开发者

Methods that makes a thread to wait other than sleep() in .net

开发者 https://www.devze.com 2023-02-11 15:45 出处:网络
开发者_开发技巧Is there any methods that makes a thread to wait, other than Thread.Sleep() in .net ?If you\'re managing resources on threads you can use the monitor class to wait and such Monitor.Manu

开发者_开发技巧Is there any methods that makes a thread to wait, other than Thread.Sleep() in .net ?


If you're managing resources on threads you can use the monitor class to wait and such Monitor.


ManualResetEvent.WaitOne(..) ?

0

精彩评论

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

关注公众号