set main thread qos to userInteractive

This commit is contained in:
Alex Zenla 2024-09-02 16:56:08 -04:00
parent f4d78df0c9
commit c4f510417f
No known key found for this signature in database
GPG Key ID: 067B238899B51269

View File

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