摘要:
假设在main线程里又起了一个thread1线程,在调用了thread1.start()之后:如果在main线程里调用了thread1.join(),那么main线程将会block,直到thread1执行完了之后,main线程才会继续执行。如果在main线程里没有调用thread1.join(),那... 阅读全文
posted @ 2015-02-27 18:43
大油蛙
阅读(224)
评论(0)
推荐(0)
多难的东西,总能用通俗易懂的语言表达清楚。