Package io.ktor.util.collections
Types
Link copied to clipboard
expect class ConcurrentMap<Key, Value>(initialCapacity: Int) : MutableMap<Key, Value>
Content copied to clipboard
Ktor concurrent map implementation. Please do not use it.
actual class ConcurrentMap<Key, Value>(initialCapacity: Int) : MutableMap<Key, Value>
Content copied to clipboard
Ktor concurrent map implementation. Please do not use it.
actual class ConcurrentMap<Key, Value>(initialCapacity: Int) : MutableMap<Key, Value>
Content copied to clipboard
Ktor concurrent map implementation. Please do not use it.
actual class ConcurrentMap<Key, Value>(initialCapacity: Int) : MutableMap<Key, Value>
Content copied to clipboard
Ktor concurrent map implementation. Please do not use it.
Link copied to clipboard
This is an internal implementation for copy-on-write concurrent map. It is very limited since it is not intended as general purpose implementation.
Link copied to clipboard
Lock-free Multiply-Producer Single-Consumer Queue. Note: This queue is NOT linearizable. It provides only quiescent consistency for its operations.
Functions
Link copied to clipboard
Concurrent set implemented on top of ConcurrentMap
Link copied to clipboard
Link copied to clipboard