class TaskController

Defined at line 20 of file ../../src/lib/callback/scoped_task_runner.h

Public Methods

void TaskController ()

Defined at line 13 of file ../../src/lib/callback/scoped_task_runner.cc

void ~TaskController ()

Defined at line 14 of file ../../src/lib/callback/scoped_task_runner.cc

void ShutDown ()

Indicates that further calls to |RunTask| should no-op. Implementations may

choose to block until running or outstanding tasks have completed.

This method must be idempotent.

void RunTask (fit::closure task)

Runs a task immediately, or no-ops if this controller has shut down.

Records