compareAndSwapLessInt_Pre method

Future<AtomicIntResponse> compareAndSwapLessInt_Pre(
  1. ServiceCall call,
  2. Future<AtomicIntRequest> request
)

Implementation

$async.Future<$0.AtomicIntResponse> compareAndSwapLessInt_Pre(
    $grpc.ServiceCall call,
    $async.Future<$0.AtomicIntRequest> request) async {
  return compareAndSwapLessInt(call, await request);
}