我已经阅读了关于此的文档,我想我明白了.一个AutoResetEvent当代码经过复位event.WaitOne(),但ManualResetEvent没有.
AutoResetEvent
event.WaitOne()
ManualResetEvent
它是否正确?
.net c# multithreading manualresetevent autoresetevent
.net ×1
autoresetevent ×1
c# ×1
manualresetevent ×1
multithreading ×1