suspend fun Counter.addAndGetAwait(: Long): Long
Suspending version of method io.vertx.core.shareddata.Counter.addAndGet |
|
suspend fun Counter.compareAndSetAwait(: Long, : Long): Boolean
Suspending version of method io.vertx.core.shareddata.Counter.compareAndSet |
|
suspend fun Counter.decrementAndGetAwait(): Long
Suspending version of method io.vertx.core.shareddata.Counter.decrementAndGet |
|
suspend fun Counter.getAndAddAwait(: Long): Long
Suspending version of method io.vertx.core.shareddata.Counter.getAndAdd |
|
suspend fun Counter.getAndIncrementAwait(): Long
Suspending version of method io.vertx.core.shareddata.Counter.getAndIncrement |
|
suspend fun Counter.getAwait(): Long
Suspending version of method io.vertx.core.shareddata.Counter.get |
|
suspend fun Counter.incrementAndGetAwait(): Long
Suspending version of method io.vertx.core.shareddata.Counter.incrementAndGet |