vertx / io.vertx.kotlin.core.shareddata / io.vertx.core.shareddata.SharedData / getLockAwait

getLockAwait

suspend fun SharedData.getLockAwait(name: String): Lock

Suspending version of method io.vertx.core.shareddata.SharedData.getLock

Parameters

name - the name of the lock

Return

Lock

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