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

View File

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