Class TaskRunnerImpl

Inheritance Relationships

Base Type

Class Documentation

class TaskRunnerImpl : public base::TaskRunner

Public Functions

virtual bool PostDelayedTask(SourceLocation location, OnceClosure task, TimeDelta delay) override

Public Static Functions

static std::shared_ptr<TaskRunnerImpl> Create(std::weak_ptr<MessagePump> pump, std::shared_ptr<DelayedTaskManager> delayed_task_manager)