vertx / io.vertx.kotlin.core.shareddata / io.vertx.core.shareddata.Counter

Extensions for io.vertx.core.shareddata.Counter

addAndGetAwait

suspend fun Counter.addAndGetAwait(value: Long): Long

Suspending version of method io.vertx.core.shareddata.Counter.addAndGet

compareAndSetAwait

suspend fun Counter.compareAndSetAwait(expected: Long, value: Long): Boolean

Suspending version of method io.vertx.core.shareddata.Counter.compareAndSet

decrementAndGetAwait

suspend fun Counter.decrementAndGetAwait(): Long

Suspending version of method io.vertx.core.shareddata.Counter.decrementAndGet

getAndAddAwait

suspend fun Counter.getAndAddAwait(value: Long): Long

Suspending version of method io.vertx.core.shareddata.Counter.getAndAdd

getAndIncrementAwait

suspend fun Counter.getAndIncrementAwait(): Long

Suspending version of method io.vertx.core.shareddata.Counter.getAndIncrement

getAwait

suspend fun Counter.getAwait(): Long

Suspending version of method io.vertx.core.shareddata.Counter.get

incrementAndGetAwait

suspend fun Counter.incrementAndGetAwait(): Long

Suspending version of method io.vertx.core.shareddata.Counter.incrementAndGet