suspend fun <K, V> AsyncMap<K, V>.putAwait(: K, : V): Unit
Put a value in the map, asynchronously.
suspend fun <K, V> AsyncMap<K, V>.putAwait(: K, : V, : Long): Unit
Like io.vertx.core.shareddata.AsyncMap but specifying a time to live for the entry. Entry will expire and get evicted after the ttl.