rocksdb線程池設計

特色 能夠設置線程池中線程的優先級,然而只有linux系統支持。 能夠動態增長或減小線程池中線程數量。 接口 class ThreadPool { public: virtual ~ThreadPool() {} // Wait for all threads to finish. // Discard those threads that did not start // e
相關文章
相關標籤/搜索