| 代码如下 | 复制代码 |
usingSystem; usingSystem.Collections.Generic; usingSystem.Text; namespaceNET.MST.Sixth.Reenter { classReenter { //用来造成线程同步问题的静态成员 privatestaticintTestInt1=0; privatestaticintTestInt2 = 0; privatestaticobjectlocko =newobject(); staticvoidMain(string[] args) { Console.WriteLine("System.Timers.Timer 回调方法重入测试:"); TimersTimerReenter(); //这里确保已经开始的回调方法有机会结束 System.Threading.Thread.Sleep(2 * 1000); Console.WriteLine("System.Threading.Timer 回调方法重入测试:"); ThreadingTimerReenter(); Console.Read(); } /// /// 展示System.Timers.Timer的回调方法重入 /// staticvoidTimersTimerReenter() { System.Timers.Timer timer =newSystem.Timers.Timer(); timer.Interval = 100; //100毫秒 timer.Elapsed += TimersTimerHandler; timer.Start(); System.Threading.Thread.Sleep(2 * 1000);//运行2秒 timer.Stop(); } /// /// 展示System.Threading.Timer的回调方法重入 /// staticvoidThreadingTimerReenter() { //100毫秒 using(System.Threading.Timer timer =newSystem.Threading.Timer (newSystem.Threading.TimerCallback(ThreadingTimerHandler),null, 0, 100)) { System.Threading.Thread.Sleep(2 * 1000);//运行2秒 } } /// /// System.Timers.Timer的回调方法 /// /// /// privatestaticvoidTimersTimerHandler(objectsender,EventArgs args) { lock(locko) { Console.WriteLine("测试整数:"+ TestInt1.ToString()); //睡眠10秒,保证方法重入 System.Threading.Thread.Sleep(300); TestInt1++; Console.WriteLine("自增1后测试整数:"+ TestInt1.ToString()); } } /// /// System.Threading.Timer的回调方法 /// /// privatestaticvoidThreadingTimerHandler(objectstate) { lock(locko) { Console.WriteLine("测试整数:"+ TestInt2.ToString()); //睡眠10秒,保证方法重入 System.Threading.Thread.Sleep(300); TestInt2++; Console.WriteLine("自增1后测试整数:"+ TestInt2.ToString()); } } } } | |
摩托车销售模拟器内置菜单中文版
摩托车出售模拟器,又名摩托车销售模拟器,这是一个以摩托车销售
船舶模拟2020最新版
船舶模拟2020是玩法非常有意思的模拟驾驶游戏,高清3d画质
油管主播的生活2内置菜单版
油管主播的生活2内置菜单版是一款模拟养成类游戏,在这里你将体
网吧老板模拟器2手机版
网吧老板模拟器2是非常受欢迎的模拟经营题材手游,在原本的基础
美国警察模拟器巡警2024最新版
美国警察模拟器是一款好玩的模拟手游,游戏中你将扮演一位警察,