Merge pull request #4 from GayPizzaSpecifications/thread-current-interactive

set main thread qos to userInteractive
This commit is contained in:
a dinosaur
2024-09-03 16:55:09 +10:00
committed by GitHub

View File

@ -1,4 +1,6 @@
import Darwin import Foundation
Thread.current.qualityOfService = .userInteractive
let app = Application( let app = Application(
delegate: Game(), delegate: Game(),