suspend fun <K, V> AsyncMap<K, V>.replaceAwait(k: K, v: V): V?
Replace the entry only if it is currently mapped to some value
k - the key
k
v - the new value
v
resultHandler - the result handler will be passed the previous value
resultHandler