多線程中的join方法——源碼分析

join方法的做用是等待線程銷燬,當主線程中調用了其餘線程的join方法時,主線程須要等到該線程執行完畢才能夠繼續執行,示例以下:java public class MyThread extends Thread { public void run() { try { int value = (int)(Math.random
相關文章
相關標籤/搜索