线程,任务,同步之Thread(二)
摘要:
/*线程,任务,同步之Thread(二)*/using System;using System.Threading;using System.Diagnostics;namespace Frank{ public class Test { //程序入口 public static void Main(string[] args) { /* //Thread t1 = new Thread(ThreadMethod); Thread t1 = new Thread(()=>{Console.WriteLine("2");});//使用Lambda表... 阅读全文
posted @ 2013-12-13 16:55 wp456 阅读(134) 评论(0) 推荐(0)
浙公网安备 33010602011771号