会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
白烟染黑墨
博客园
首页
新随笔
联系
订阅
管理
2019年12月25日
线程与线程池以及任务和协商式取消
摘要: 一、线程使用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 白烟染黑墨
阅读(473)
评论(0)
推荐(0)
编辑
公告