IConcurrentQuatiMap

interface IConcurrentQuatiMap<K : Any, V : Any>

Inheritors

Functions

Link copied to clipboard
abstract suspend fun getCurrentKeys(): Set<K>
Link copied to clipboard
abstract suspend fun getOrPut(key: K, initializer: () -> V): V