[PR #639] [MERGED] Replace Usage of DispatchQueue with Task #1694

Closed
opened 2026-03-03 19:08:25 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/PlayCover/PlayCover/pull/639
Author: @IsaacMarovitz
Created: 12/27/2022
Status: Merged
Merged: 12/31/2022
Merged by: @Depal1

Base: developHead: task-refactor


📝 Commits (8)

📊 Changes

21 files changed (+89 additions, -112 deletions)

View changed files

📝 PlayCover.xcodeproj/project.pbxproj (+5 -2)
📝 PlayCover.xcodeproj/xcshareddata/xcschemes/PlayCover.xcscheme (+1 -1)
📝 PlayCover/AppInstaller/Installer.swift (+2 -2)
📝 PlayCover/Model/PlayApp.swift (+2 -2)
📝 PlayCover/Services/SoundDeviceService.swift (+1 -1)
📝 PlayCover/Utils/PlayTools.swift (+2 -2)
📝 PlayCover/Utils/Shell.swift (+2 -2)
📝 PlayCover/ViewModel/AppsVM.swift (+11 -8)
📝 PlayCover/ViewModel/InstallVM.swift (+8 -15)
📝 PlayCover/ViewModel/Log.swift (+2 -2)
📝 PlayCover/ViewModel/NetworkVM.swift (+0 -31)
📝 PlayCover/ViewModel/StoreVM.swift (+5 -5)
📝 PlayCover/ViewModel/ToastVM.swift (+1 -1)
📝 PlayCover/Views/App Views/StoreAppView.swift (+1 -0)
📝 PlayCover/Views/AppSettingsView.swift (+4 -4)
📝 PlayCover/Views/MainView.swift (+2 -2)
📝 PlayCover/Views/MenuBarView.swift (+33 -26)
📝 PlayCover/Views/PlayCoverApp.swift (+2 -2)
📝 PlayCover/Views/Settings/IPASourceSettings.swift (+1 -1)
📝 PlayCover/Views/Sidebar Views/AppLibraryView.swift (+2 -2)

...and 1 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/PlayCover/PlayCover/pull/639 **Author:** [@IsaacMarovitz](https://github.com/IsaacMarovitz) **Created:** 12/27/2022 **Status:** ✅ Merged **Merged:** 12/31/2022 **Merged by:** [@Depal1](https://github.com/Depal1) **Base:** `develop` ← **Head:** `task-refactor` --- ### 📝 Commits (8) - [`2cb60c8`](https://github.com/PlayCover/PlayCover/commit/2cb60c8e8277bb83267f57c6c5bea52e975a72da) Replace most usages of `DispatchQueue` with `Task` - [`af2f981`](https://github.com/PlayCover/PlayCover/commit/af2f9811c4f81d70bf62e6c512f82724e651bbbe) Fix warnings - [`99e34bf`](https://github.com/PlayCover/PlayCover/commit/99e34bf53bd9cf9cd05a1f4adbc5d4b312dfabea) Istg swiftlint - [`c1fd98e`](https://github.com/PlayCover/PlayCover/commit/c1fd98e2682ce41969a62141aa16568f28fb34ba) Remove one more DispatchQueue - [`6e607ba`](https://github.com/PlayCover/PlayCover/commit/6e607baffdf89503038af9449d7f580c8d81426d) Remove last `DispatchQueue` - [`43e83ef`](https://github.com/PlayCover/PlayCover/commit/43e83ef373dd5b51c0cb599e5ec0a0dbea7d1fd0) Whitespace - [`1682d0c`](https://github.com/PlayCover/PlayCover/commit/1682d0c86da4715e86b8e0d0a80bdb150c61c8f2) Specify priority - [`fe9b6ca`](https://github.com/PlayCover/PlayCover/commit/fe9b6ca90dafd9c5289739498823325a45b9a3a6) Merge branch 'develop' into task-refactor ### 📊 Changes **21 files changed** (+89 additions, -112 deletions) <details> <summary>View changed files</summary> 📝 `PlayCover.xcodeproj/project.pbxproj` (+5 -2) 📝 `PlayCover.xcodeproj/xcshareddata/xcschemes/PlayCover.xcscheme` (+1 -1) 📝 `PlayCover/AppInstaller/Installer.swift` (+2 -2) 📝 `PlayCover/Model/PlayApp.swift` (+2 -2) 📝 `PlayCover/Services/SoundDeviceService.swift` (+1 -1) 📝 `PlayCover/Utils/PlayTools.swift` (+2 -2) 📝 `PlayCover/Utils/Shell.swift` (+2 -2) 📝 `PlayCover/ViewModel/AppsVM.swift` (+11 -8) 📝 `PlayCover/ViewModel/InstallVM.swift` (+8 -15) 📝 `PlayCover/ViewModel/Log.swift` (+2 -2) 📝 `PlayCover/ViewModel/NetworkVM.swift` (+0 -31) 📝 `PlayCover/ViewModel/StoreVM.swift` (+5 -5) 📝 `PlayCover/ViewModel/ToastVM.swift` (+1 -1) 📝 `PlayCover/Views/App Views/StoreAppView.swift` (+1 -0) 📝 `PlayCover/Views/AppSettingsView.swift` (+4 -4) 📝 `PlayCover/Views/MainView.swift` (+2 -2) 📝 `PlayCover/Views/MenuBarView.swift` (+33 -26) 📝 `PlayCover/Views/PlayCoverApp.swift` (+2 -2) 📝 `PlayCover/Views/Settings/IPASourceSettings.swift` (+1 -1) 📝 `PlayCover/Views/Sidebar Views/AppLibraryView.swift` (+2 -2) _...and 1 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 19:08:25 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/PlayCover#1694
No description provided.