resource loading is serialised, font and mathtable dictionaries in BundleManager are threadsafe protected.
This commit is contained in:
@@ -42,6 +42,7 @@ final class MTFontMathTableV2Tests: XCTestCase {
|
||||
XCTAssertEqual(self.testCount, totalCases)
|
||||
print("\(self.testCount) completed =================")
|
||||
}
|
||||
executionGroup.wait()
|
||||
}
|
||||
func helperConcurrentMTFontMathTableV2(_ count: Int, mtfont: MTFontV2, in group: DispatchGroup, on queue: DispatchQueue) {
|
||||
let workitem = DispatchWorkItem {
|
||||
|
||||
Reference in New Issue
Block a user