class SimpleTaskController
Defined at line 44 of file ../../src/lib/callback/scoped_task_runner.h
A basic task controller that does not synchronize shutdown with task
execution. Client code is responsible for ensuring that any tasks that may be
running when the runner is destroyed do not rely on invalid state, typically
by ensuring that |ShutDown| occurs on the dispatch thread.