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

removeAwait

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

Suspending version of method io.vertx.core.shareddata.AsyncMap.remove

Parameters

k - the key

Return

V?

NOTE: This function has been automatically generated from io.vertx.core.shareddata.AsyncMap using Vert.x codegen.