多线程—Thread.Join
摘要:
using System;using System.Threading;class MyClass{ static void Main(string[] args) { //线程A Thread ThreadA = new Thread(delegate() { for (int i = 0; i <= 100000000; i++) { if (i % 1000000 == 0) { Console.... 阅读全文
posted @ 2011-10-17 17:44 雨渐渐 阅读(251) 评论(0) 推荐(0)
浙公网安备 33010602011771号