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

getLocalLockAwait

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

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

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.