34 double MonotonicallyIncreasingTime();
37 bool IdleTasksEnabled()
override;
41 void PostTaskImpl(std::unique_ptr<Task> task,
44 void PostDelayedTaskImpl(std::unique_ptr<Task> task,
double delay_in_seconds,
47 void PostIdleTaskImpl(std::unique_ptr<IdleTask> task,
73 bool terminated_ =
false;