open fun remove(k: K, resultHandler: Handler<AsyncResult<V>>): Unit
Remove a value from the map, asynchronously.
k - the key
k
resultHandler - - this will be called some time later to signify the value has been removed
resultHandler