摘要:
一、线程使用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
白烟染黑墨
阅读(502)
评论(0)
推荐(0)

浙公网安备 33010602011771号