Skip to content

Commit e1cc0e1

Browse files
committed
override main
1 parent c5d6fbc commit e1cc0e1

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Sources/iOSIntPackage/ImageThread.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,8 @@ class ImageThread: Thread {
2121
super.init()
2222
super.qualityOfService = qos
2323
}
24+
25+
override func main() {
26+
workItem()
27+
}
2428
}

0 commit comments

Comments
 (0)