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