#import "flutter/shell/platform/darwin/macos/framework/Source/FlutterRunLoop.h"#include <vector>#include "fml/logging.h"Go to the source code of this file.
Variables | |
| CFRunLoopSourceRef | _source |
| CFRunLoopTimerRef | _timer |
| std::vector< Task > | _tasks |
| CFRunLoopSourceRef _source |
Definition at line 21 of file FlutterRunLoop.mm.
| std::vector<Task> _tasks |
Definition at line 23 of file FlutterRunLoop.mm.
| CFRunLoopTimerRef _timer |
Definition at line 22 of file FlutterRunLoop.mm.