Nagram/TMessagesProj/jni/voip/webrtc/base/task
2020-12-23 11:48:30 +04:00
..
common Update to 7.1.0 (2090) 2020-09-30 16:48:47 +03:00
sequence_manager Update to 7.3.0 (2195) 2020-12-23 11:48:30 +04:00
thread_pool Update to 7.1.0 (2090) 2020-09-30 16:48:47 +03:00
cancelable_task_tracker.cc Update to 7.1.0 (2090) 2020-09-30 16:48:47 +03:00
cancelable_task_tracker.h Update to 7.1.0 (2090) 2020-09-30 16:48:47 +03:00
lazy_thread_pool_task_runner.cc Update to 7.1.0 (2090) 2020-09-30 16:48:47 +03:00
lazy_thread_pool_task_runner.h Update to 7.1.0 (2090) 2020-09-30 16:48:47 +03:00
OWNERS Update to 7.1.0 (2090) 2020-09-30 16:48:47 +03:00
post_job.cc Update to 7.1.0 (2090) 2020-09-30 16:48:47 +03:00
post_job.h Update to 7.1.0 (2090) 2020-09-30 16:48:47 +03:00
post_task.cc Update to 7.1.0 (2090) 2020-09-30 16:48:47 +03:00
post_task.h Update to 7.1.0 (2090) 2020-09-30 16:48:47 +03:00
README.md Update to 7.1.0 (2090) 2020-09-30 16:48:47 +03:00
scoped_set_task_priority_for_current_thread.cc Update to 7.1.0 (2090) 2020-09-30 16:48:47 +03:00
scoped_set_task_priority_for_current_thread.h Update to 7.1.0 (2090) 2020-09-30 16:48:47 +03:00
simple_task_executor.cc Update to 7.1.0 (2090) 2020-09-30 16:48:47 +03:00
simple_task_executor.h Update to 7.1.0 (2090) 2020-09-30 16:48:47 +03:00
single_thread_task_executor.cc Update to 7.1.0 (2090) 2020-09-30 16:48:47 +03:00
single_thread_task_executor.h Update to 7.1.0 (2090) 2020-09-30 16:48:47 +03:00
single_thread_task_runner_thread_mode.h Update to 7.1.0 (2090) 2020-09-30 16:48:47 +03:00
task_executor.cc Update to 7.1.0 (2090) 2020-09-30 16:48:47 +03:00
task_executor.h Update to 7.1.0 (2090) 2020-09-30 16:48:47 +03:00
task_features.cc Update to 7.1.0 (2090) 2020-09-30 16:48:47 +03:00
task_features.h Update to 7.1.0 (2090) 2020-09-30 16:48:47 +03:00
task_observer.h Update to 7.1.0 (2090) 2020-09-30 16:48:47 +03:00
task_traits_extension.h Update to 7.1.0 (2090) 2020-09-30 16:48:47 +03:00
task_traits.cc Update to 7.1.0 (2090) 2020-09-30 16:48:47 +03:00
task_traits.h Update to 7.1.0 (2090) 2020-09-30 16:48:47 +03:00
test_task_traits_extension.cc Update to 7.1.0 (2090) 2020-09-30 16:48:47 +03:00
test_task_traits_extension.h Update to 7.1.0 (2090) 2020-09-30 16:48:47 +03:00
thread_pool.cc Update to 7.1.0 (2090) 2020-09-30 16:48:47 +03:00
thread_pool.h Update to 7.1.0 (2090) 2020-09-30 16:48:47 +03:00

This directory has the following layout:

  • base/task/: public APIs for posting tasks and managing task queues.
  • base/task/thread_pool/: implementation of the ThreadPool.
  • base/task/sequence_manager/: implementation of the SequenceManager.

Apart from embedders explicitly managing a ThreadPoolInstance and/or SequenceManager instance(s) for their process/threads, the vast majority of users should only need APIs in base/task/.

Documentation: