vertx / io.vertx.kotlin.core.shareddata / io.vertx.core.shareddata.AsyncMap / removeAwait

removeAwait

suspend fun <K, V> AsyncMap<K, V>.removeAwait(k: K): V?

Remove a value from the map, asynchronously.

Parameters

k - the key

resultHandler -