ConcurrentSet

fun <Key : Any> ConcurrentSet(lock: Lock = Lock(), delegate: ConcurrentMap<Key, Unit> = ConcurrentMap(lock))