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
-
- this will be called some time later with the async result.