ConcurrentMap
class ConcurrentMap<Key : Any, Value : Any>(lock: Lock, initialCapacity: Int) : MutableMap<Key, Value>
Content copied to clipboard
Ktor concurrent map implementation. Please do not use it.
Constructors
Link copied to clipboard
Link copied to clipboard
fun ConcurrentMap(lock: Lock = Lock(), initialCapacity: Int = INITIAL_CAPACITY)
Content copied to clipboard
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Perform concurrent insert.
Properties
Link copied to clipboard
open override val entries: MutableSet<MutableMap.MutableEntry<Key, Value>>
Content copied to clipboard