摘要: static AutoResetEvent are = new AutoResetEvent(true);//初始化为开 static void Main(string[] args) { //如果这里加上这句 are.Reset(); 则会把初始化的开,改为关 for (int i = 0; i ... 阅读全文
posted @ 2016-03-24 16:50 Yu 阅读(368) 评论(0) 推荐(0)