Function tikv::storage::read_pool::build_read_pool [−][src]
pub fn build_read_pool<E: Engine, R: FlowStatsReporter>(
config: &StorageReadPoolConfig,
reporter: R,
engine: E
) -> Vec<FuturePool>
Build respective thread pools to handle read commands of different priority levels.