◆ dispatchMainTask:
- (void) dispatchMainTask: |
|
(nonnull void(^)()) |
task |
|
◆ dispatchRenderTask:
- (void) dispatchRenderTask: |
|
(nonnull void(^)()) |
task |
|
◆ init
- (nullable instancetype) init |
|
|
|
Definition at line 28 of file FlutterThreadSynchronizerTest.mm.
33 {
34 self = [super init];
35 if (self != nil) {
36 _mainQueue = dispatch_queue_create("MAIN", DISPATCH_QUEUE_SERIAL);
37 _renderQueue = dispatch_queue_create(
"RENDER", DISPATCH_QUEUE_SERIAL);
39 }
40 return self;
41}
FlutterThreadSynchronizer * _synchronizer
◆ joinMain
◆ joinRender
◆ synchronizer
The documentation for this class was generated from the following file: