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

fn future_raw_compare_and_swap<E: Engine, L: LockManager>(
    storage: &Storage<E, L>,
    req: RawCasRequest
) -> impl Future<Output = ServerResult<RawCasResponse>>