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

getAndAddAwait

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

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

Parameters

value - the value to add

Return

Long

NOTE: This function has been automatically generated from io.vertx.core.shareddata.Counter using Vert.x codegen.