rocksdb线程池设计

特色 能够设置线程池中线程的优先级,然而只有linux系统支持。 能够动态增长或减小线程池中线程数量。 接口 class ThreadPool { public: virtual ~ThreadPool() {} // Wait for all threads to finish. // Discard those threads that did not start // e
相关文章
相关标签/搜索