|
|
||
|---|---|---|
| .. | ||
| sequence_manager | ||
| task_scheduler | ||
| OWNERS | ||
| README.md | ||
| cancelable_task_tracker.cc | ||
| cancelable_task_tracker.h | ||
| lazy_task_runner.cc | ||
| lazy_task_runner.h | ||
| post_task.cc | ||
| post_task.h | ||
| scoped_set_task_priority_for_current_thread.cc | ||
| scoped_set_task_priority_for_current_thread.h | ||
| single_thread_task_runner_thread_mode.h | ||
| task_executor.cc | ||
| task_executor.h | ||
| task_traits.cc | ||
| task_traits.h | ||
| task_traits_details.h | ||
| task_traits_extension.h | ||
| test_task_traits_extension.cc | ||
| test_task_traits_extension.h | ||
README.md
This directory has the following layout:
- base/task/: public APIs for posting tasks and managing task queues.
- base/task/task_scheduler/: implementation of the TaskScheduler.
- base/task/sequence_manager/: implementation of the SequenceManager.
Apart from embedders explicitly managing a TaskScheduler and/or SequenceManager instance(s) for their process/threads, the vast majority of users should only need APIs in base/task/.
Documentation: