Skip to content

Commit

Permalink
handle possible unknown queues
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanPodymov committed May 11, 2019
1 parent a27469d commit f6be54a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sources/Async/Async.swift
Original file line number Diff line number Diff line change
Expand Up @@ -762,6 +762,7 @@ public extension DispatchQoS.QoSClass {
case .utility: return "Utility"
case .background: return "Background"
case .unspecified: return "Unspecified"
@unknown default: return "Unknown"
}
}
}
Expand Down

0 comments on commit f6be54a

Please sign in to comment.