Function tikv::server::service::kv::response_batch_commands_request[][src]

fn response_batch_commands_request<F>(
    id: u64,
    resp: F,
    tx: Sender<(u64, Response)>,
    begin_instant: Instant,
    label_enum: GrpcTypeKind
) where
    F: Future<Output = Result<Response, ()>> + Send + 'static,