#include <task_runner_window.h>
Public Member Functions | |
| TimerThread (std::function< void()> callback) | |
| void | Start () |
| void | Stop () |
| ~TimerThread () | |
| void | ScheduleAt (std::chrono::time_point< std::chrono::high_resolution_clock > time_point) |
Definition at line 24 of file task_runner_window.h.
|
explicit |
Definition at line 18 of file task_runner_window.cc.
| flutter::TimerThread::~TimerThread | ( | ) |
Definition at line 41 of file task_runner_window.cc.
References FML_DCHECK.
| void flutter::TimerThread::ScheduleAt | ( | std::chrono::time_point< std::chrono::high_resolution_clock > | time_point | ) |
Definition at line 49 of file task_runner_window.cc.
| void flutter::TimerThread::Start | ( | ) |
Definition at line 23 of file task_runner_window.cc.
References FML_DCHECK.
Referenced by flutter::testing::TEST().
| void flutter::TimerThread::Stop | ( | ) |
Definition at line 29 of file task_runner_window.cc.