Concurrent - CountDownLatch

原創轉載請註明出處:http://agilestyle.iteye.com/blog/2343903   CountDownLatch CountDownLatch所提供的功能是判斷count計數不爲0時,則當前線程處於wait狀態。 await()的作用是實現等待,判斷計數是否爲0,如果不爲0則呈等待狀態。 countDown()的作用是繼續運行,其他線程可以調用此方法將計數減1,當計數減到爲0
相關文章
相關標籤/搜索