We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d43a72c commit 3793e4fCopy full SHA for 3793e4f
Sources/OpenSwiftUI/Integration/Hosting/UIKit/View/UIHostingViewBase.swift
@@ -910,7 +910,7 @@ final package class DisplayLink: NSObject {
910
if nextThread == .async {
911
Self.asyncPending = true
912
if Self.asyncRunloop == nil {
913
- let threadName = "org.OpenSwiftUI.OpenSwiftUI.AsyncRenderer"
+ let threadName = "org.OpenSwiftUIProject.OpenSwiftUI.AsyncRenderer"
914
while true {
915
if Self.asyncThread == nil { // FIXME:
916
let thread = Thread(
0 commit comments