suspend fun <K, V> AsyncMap<K, V>.getAwait(k: K): V?
Suspending version of method io.vertx.core.shareddata.AsyncMap.get
k - the key
k
Return
V?
NOTE: This function has been automatically generated from io.vertx.core.shareddata.AsyncMap using Vert.x codegen.