#include <task_runner_window.h>
Classes | |
| class | Delegate |
Public Member Functions | |
| void | WakeUp () |
| void | AddDelegate (Delegate *delegate) |
| void | RemoveDelegate (Delegate *delegate) |
| void | PollOnce (std::chrono::milliseconds timeout) |
| ~TaskRunnerWindow () | |
Static Public Member Functions | |
| static std::shared_ptr< TaskRunnerWindow > | GetSharedInstance () |
Definition at line 20 of file task_runner_window.h.
| flutter::TaskRunnerWindow::~TaskRunnerWindow | ( | ) |
Definition at line 40 of file task_runner_window.cc.
| void flutter::TaskRunnerWindow::AddDelegate | ( | Delegate * | delegate | ) |
Definition at line 65 of file task_runner_window.cc.
|
static |
Definition at line 48 of file task_runner_window.cc.
Referenced by flutter::TaskRunner::TaskRunner().
| void flutter::TaskRunnerWindow::PollOnce | ( | std::chrono::milliseconds | timeout | ) |
Definition at line 77 of file task_runner_window.cc.
References flutter::kPollTimeoutTimerId.
| void flutter::TaskRunnerWindow::RemoveDelegate | ( | Delegate * | delegate | ) |
Definition at line 70 of file task_runner_window.cc.
| void flutter::TaskRunnerWindow::WakeUp | ( | ) |
Definition at line 59 of file task_runner_window.cc.