c#跨线程等待
摘要:
1. ManualResetEvent,AutoResetEvent WaitOne() 当前线程进入等待状态; Reset() 表示需要等待; Set() 表示等待结束,执行WaitOne()后面代码; 区别: 当有多个线程调用WaitOne()时, AutoResetEvent 执行Set()后 阅读全文
posted @ 2022-05-26 11:45 HotSky 阅读(572) 评论(0) 推荐(0) 编辑