join()

如果有一个线程实例a,此时在另外一个线程b中使用 a.join();
a.join()的作用就是等待a线程完成后执行b线程的后续操作。

posted @ 2014-04-16 14:59  oyaimj  阅读(145)  评论(0编辑  收藏  举报