Implement Metal rendering

This commit is contained in:
Ali
2021-07-16 20:50:07 +02:00
parent 9941c499c6
commit 8485b10918
16 changed files with 1647 additions and 41 deletions

View File

@@ -170,7 +170,7 @@ private final class TimeBasedCleanupImpl {
let generalPaths = self.generalPaths
let shortLivedPaths = self.shortLivedPaths
let scanOnce = Signal<Never, NoError> { subscriber in
DispatchQueue.global(qos: .utility).async {
DispatchQueue.global(qos: .background).async {
var removedShortLivedCount: Int = 0
var removedGeneralCount: Int = 0
var removedGeneralLimitCount: Int = 0