标签:WaitOne
线程同步关于ManualResetEvent 知识
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading; namespace Test { class Program { //默认信号为不发送状态 private static ManualRes……
04-26 立刻查看
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading; namespace Test { class Program { //默认信号为不发送状态 private static ManualRes……