标签:ManualResetEvent

线程同步关于ManualResetEvent 知识

using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading; namespace Test { class Program { //默认信号为不发送状态 private static ManualRes……