suspend fun <K, V> AsyncMap<K, V>.getAwait(k: K): V?
Get a value from the map, asynchronously.
k - the key
k