in Sources/RxCBCentral/core/RxPeripheralManager.swift [97:100]
mutating func dequeue() -> GattOperationExecutable? { guard _source.count > 0 else { return nil } return _source.removeFirst() }