mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Change other reddit global queue usage to use the dedicated one
This commit is contained in:
@@ -342,7 +342,7 @@ private extension RedditFeedProvider {
|
||||
self.rateLimitReset = nil
|
||||
}
|
||||
|
||||
DispatchQueue.global(qos: .background).async {
|
||||
self.parsingQueue.async {
|
||||
let decoder = JSONDecoder()
|
||||
do {
|
||||
let result = try decoder.decode(resultType, from: response.data)
|
||||
|
||||
Reference in New Issue
Block a user