mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2024-11-24 06:16:30 +03:00
.. | ||
sequence_manager | ||
task_scheduler | ||
cancelable_task_tracker.cc | ||
cancelable_task_tracker.h | ||
lazy_task_runner.cc | ||
lazy_task_runner.h | ||
OWNERS | ||
post_task.cc | ||
post_task.h | ||
README.md | ||
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_details.h | ||
task_traits_extension.h | ||
task_traits.cc | ||
task_traits.h | ||
test_task_traits_extension.cc | ||
test_task_traits_extension.h |
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: