前面大致的了解了Thread的一些方法和屬性下面對一些方法進行運用看看具體效果<下面可能還是會貼很多的源代碼,其實我是拒絕的,我只想貼每個方法的代碼,但是有時候看到一個方法里面有調(diào)用了方法,但是筆者有沒有給出來,很蛋疼,有種爽到一半的感覺,所以我還是會把它貼出來,希望一次就能挖到底,不論有沒有全懂,但至少懂了幾分。>

activeCount():返回當前線程所屬線程組的活動線程數(shù)

源代碼如下:  

iOS培訓,Swift培訓,蘋果開發(fā)培訓,移動開發(fā)培訓

 1  /** 2      * Returns an estimate of the number of active threads in the current 3      * thread's {@linkplain java.lang.ThreadGroup thread group} and its 4      * subgroups. Recursively iterates over all subgroups in the current 5      * thread's thread group. 6      * 7      * <p> The value returned is only an estimate because the number of 8      * threads may change dynamically while this method traverses internal 9      * data structures, and might be affected by the presence of certain10      * system&
        
		

網(wǎng)友評論