摘要: Thread.Join()方法造成当前调用线程阻塞(暂停)当前执行的任何代码,直到调用Join()方法的那个线程销毁或者终止。 阅读全文
posted @ 2016-12-23 10:46 Kevin.W 阅读(151) 评论(0) 推荐(0)