Package io.ktor.util.collections
Types
open class ConcurrentCollection<E> : MutableCollection<E> |
|
class ConcurrentList<T> : MutableList<T> |
|
class ConcurrentMap<Key : Any, Value : Any> : Ktor concurrent map implementation. Please do not use it. |
|
class ConcurrentSet<Key : Any> : MutableSet<Key> Concurrent set implemented on top of ConcurrentMap |