import Dispatch class SynchronizedArray { private var array: [T] = [] private let accessQueue = DispatchQueue(label: "SynchronizedArrayAccess&