Function tikv::server::service::batch::future_batch_get_command [−][src]
fn future_batch_get_command<E: Engine, L: LockManager>(
storage: &Storage<E, L>,
requests: Vec<u64>,
gets: Vec<GetRequest>,
tx: Sender<(u64, Response)>,
begin_instant: Instant
)