Thread.join() 的使用

若是一個線程A執行了thread.join()語句,其含義是:當前線程A等待thread線程終止以後才 從thread.join()返回。線程Thread除了提供join()方法以外,還提供了join(long millis)和join(long millis,int nanos)兩個具有超時特性的方法。這兩個超時方法表示,若是線程thread在給定的超時 時間裏沒有終止,那麼將會從該超時方法中返
相關文章
相關標籤/搜索