5#ifndef FLUTTER_FML_PLATFORM_LINUX_MESSAGE_LOOP_LINUX_H_
6#define FLUTTER_FML_PLATFORM_LINUX_MESSAGE_LOOP_LINUX_H_
10#include "flutter/fml/macros.h"
11#include "flutter/fml/message_loop_impl.h"
12#include "flutter/fml/unique_fd.h"
20 bool running_ =
false;
30 void Terminate()
override;
37 bool AddOrRemoveTimerSource(
bool add);