vertx / io.vertx.kotlin.core.shareddata / io.vertx.core.shareddata.AsyncMap / getAwait

getAwait

suspend fun <K, V> AsyncMap<K, V>.getAwait(k: K): V?

Get a value from the map, asynchronously.

Parameters

k - the key

resultHandler -