iOS: Ensure that rendering operations are serialized to prevent timing errors

This commit is contained in:
pengfei.zhou
2022-07-27 14:28:08 +08:00
committed by osborn
parent 5dd7504a37
commit 81137b8fb8
4 changed files with 62 additions and 46 deletions

View File

@@ -23,5 +23,7 @@
#import "DoricNativePlugin.h"
@implementation DoricNativePlugin
- (DoricThreadMode)threadMode:(NSString *)method {
return DoricThreadModeIndependent;
}
@end