Flutter Engine
The Flutter Engine
|
An interface over the ability to schedule tasks on a TaskRunner
.
More...
#include <task_runner.h>
Public Member Functions | |
virtual void | PostTask (const fml::closure &task)=0 |
An interface over the ability to schedule tasks on a TaskRunner
.
Definition at line 20 of file task_runner.h.
|
pure virtual |
Schedules task
to be executed on the TaskRunner's associated event loop.
Implemented in fml::ConcurrentTaskRunner, fml::TaskRunner, and flutter_runner::CompatTaskRunner.