摘要:
一、線程使用System.Threading命名空間下的Thread類即可創建專有線程var t = new Thread(() => Console.WriteLine("new thread"));構造函數有如下四個版本Thread(ThreadStart start);public Thread(ThreadStart start, int maxStackSize);public Thre... 閱讀全文
posted @ 2019-12-25 22:28
白煙染黑墨
閱讀(501)
評論(0)
推薦(0)

浙公網安備 33010602011771號