Flutter macOS Embedder
FlutterRunLoop.mm File Reference
#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
 

Variable Documentation

◆ _source

CFRunLoopSourceRef _source
Initial value:
{
CFRunLoopRef _runLoop

Definition at line 21 of file FlutterRunLoop.mm.

◆ _tasks

std::vector<Task> _tasks

Definition at line 23 of file FlutterRunLoop.mm.

◆ _timer

CFRunLoopTimerRef _timer

Definition at line 22 of file FlutterRunLoop.mm.