Skip to content

Commit f6be54a

Browse files
committed
handle possible unknown queues
1 parent a27469d commit f6be54a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Sources/Async/Async.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -762,6 +762,7 @@ public extension DispatchQoS.QoSClass {
762762
case .utility: return "Utility"
763763
case .background: return "Background"
764764
case .unspecified: return "Unspecified"
765+
@unknown default: return "Unknown"
765766
}
766767
}
767768
}

0 commit comments

Comments
 (0)