Thread.Join()方法

Thread.Join()方法造成当前调用线程阻塞(暂停)当前执行的任何代码,直到调用Join()方法的那个线程销毁或者终止。

posted @ 2016-12-23 10:46  Kevin.W  阅读(151)  评论(0)    收藏  举报