Do I need to Dispose() or Close() an EventWaitHandle?

前端 未结 4 673
借酒劲吻你
借酒劲吻你 2020-12-28 15:35

If I am using EventWaitHandle (or AutoResetEvent, ManualResetEvent) to synchronise between threads then do I need to call the Cl

4条回答
提交回复
热议问题