Flutter Engine
The Flutter Engine
|
#include "flutter/fml/platform/fuchsia/task_observers.h"
#include <map>
Go to the source code of this file.
Namespaces | |
namespace | fml |
Functions | |
void | fml::ExecuteAfterTaskObservers () |
void | fml::CurrentMessageLoopAddAfterTaskObserver (intptr_t key, fit::closure observer) |
void | fml::CurrentMessageLoopRemoveAfterTaskObserver (intptr_t key) |
Variables | |
thread_local std::map< intptr_t, fit::closure > | fml::tTaskObservers |