ConcurrentSet
class ConcurrentSet<Key : Any>(lock: Lock, delegate: ConcurrentMap<Key, Unit>) : MutableSet<Key>
Content copied to clipboard
Concurrent set implemented on top of ConcurrentMap
Constructors
Link copied to clipboard
fun <Key : Any> ConcurrentSet(lock: Lock = Lock(), delegate: ConcurrentMap<Key, Unit> = ConcurrentMap(lock))
Content copied to clipboard
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard