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
commit e4194ff2ec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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