muduo/base庫學習筆記(6)-----CountDownLatch類

CountDownLatch 1 構造函數的實現 CountDownLatch::CountDownLatch(int count) : mutex_(), condition_(mutex_), count_(count) { } 2 普通成員函數的實現 void wait()函數的實現 這個函數主要是當條件不滿足的時候,就阻塞等待條件滿足 void CountDownLat
相關文章
相關標籤/搜索