suspend fun <K, V> AsyncMap<K, V>.putIfAbsentAwait(: K, : V): V?
Suspending version of method io.vertx.core.shareddata.AsyncMap.putIfAbsent
Return
NOTE: This function has been automatically generated from io.vertx.core.shareddata.AsyncMap using Vert.x codegen.
suspend fun <K, V> AsyncMap<K, V>.putIfAbsentAwait(: K, : V, : Long): V?
Suspending version of method io.vertx.core.shareddata.AsyncMap.putIfAbsent
ttl
- The time to live (in ms) for the entry
Return
NOTE: This function has been automatically generated from io.vertx.core.shareddata.AsyncMap using Vert.x codegen.