ConcurrentMutableMap
A MutableMap that ensures all calls to is happen in a concurrent way.
Parameters
K
the type of map keys. The map is invariant in its key type.
V
the type of map values. The mutable map is invariant in its value type.
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Synchronizes an action block on the MutableMap