【muduo】base篇---BlockingQueue和BounderBlockingQueue

文章目錄 一、經典的生產者和消費者模型 二、BlockingQueue簡介(普通隊列) 三、BlockingQueue源碼 四、BounderBlockingQueue簡介(環形隊列) 五、BounderBlockingQueue源碼 一、經典的生產者和消費者模型 二、BlockingQueue簡介(普通隊列)   BlockingQueue很好的解決了多線程中,如何高效安全「傳輸」數據的問題。通
相關文章
相關標籤/搜索