suspend fun Counter.addAndGetAwait(value: Long): Long
Suspending version of method io.vertx.core.shareddata.Counter.addAndGet
value - the value to add
value
Return
Long
NOTE: This function has been automatically generated from io.vertx.core.shareddata.Counter using Vert.x codegen.