Flutter Engine
The Flutter Engine
|
#include <runner.h>
Public Member Functions | |
Runner (fml::RefPtr< fml::TaskRunner > task_runner, sys::ComponentContext *context) | |
~Runner () | |
Publishes the CF v2 runner service.
Each component will be run on a separate thread dedicated to that component.
TODO(fxb/50694): Add unit tests for CF v2.
flutter_runner::Runner::Runner | ( | fml::RefPtr< fml::TaskRunner > | task_runner, |
sys::ComponentContext * | context | ||
) |
Definition at line 153 of file runner.cc.
flutter_runner::Runner::~Runner | ( | ) |