open fun get(k: K, resultHandler: Handler<AsyncResult<V>>): Unit
Get a value from the map, asynchronously.
k - the key
k
resultHandler - - this will be called some time later with the async result.
resultHandler