◆ dispatchMainTask:
- (void) dispatchMainTask: |
|
(nonnull void(^)()) |
task |
|
◆ dispatchRenderTask:
- (void) dispatchRenderTask: |
|
(nonnull void(^)()) |
task |
|
◆ init
- (nullable instancetype) init |
|
|
|
Definition at line 28 of file FlutterThreadSynchronizerTest.mm.
34 _mainQueue = dispatch_queue_create(
"MAIN", DISPATCH_QUEUE_SERIAL);
35 _renderQueue = dispatch_queue_create(
"RENDER", DISPATCH_QUEUE_SERIAL);
FlutterThreadSynchronizer * _synchronizer
◆ joinMain
Definition at line 28 of file FlutterThreadSynchronizerTest.mm.
50 fml::AutoResetWaitableEvent latch;
51 fml::AutoResetWaitableEvent* pLatch = &latch;
52 dispatch_async(_mainQueue, ^{
Referenced by TEST().
◆ joinRender
◆ synchronizer
The documentation for this class was generated from the following file: