Google Git
Sign in
third-party-mirror / orbit / 301094089f7066c20f6885ee60d316d3f550a3c2 / . / qt-everywhere-src-5.14.1 / qtwebengine / src / 3rdparty / chromium / base / task
tree: 5beaefc82faa42b4cc958ddc052dd668901ef86a [path history] [tgz]
  1. common/
  2. promise/
  3. sequence_manager/
  4. thread_pool/
  5. cancelable_task_tracker.cc
  6. cancelable_task_tracker.h
  7. cancelable_task_tracker_unittest.cc
  8. lazy_task_runner.cc
  9. lazy_task_runner.h
  10. lazy_task_runner_unittest.cc
  11. OWNERS
  12. post_task.cc
  13. post_task.h
  14. post_task_unittest.cc
  15. README.md
  16. scoped_set_task_priority_for_current_thread.cc
  17. scoped_set_task_priority_for_current_thread.h
  18. scoped_set_task_priority_for_current_thread_unittest.cc
  19. single_thread_task_executor.cc
  20. single_thread_task_executor.h
  21. single_thread_task_runner_thread_mode.h
  22. task_executor.cc
  23. task_executor.h
  24. task_features.cc
  25. task_features.h
  26. task_observer.h
  27. task_traits.cc
  28. task_traits.h
  29. task_traits_extension.h
  30. task_traits_extension_unittest.cc
  31. task_traits_extension_unittest.nc
  32. task_traits_unittest.cc
  33. task_traits_unittest.nc
  34. test_task_traits_extension.cc
  35. test_task_traits_extension.h
qt-everywhere-src-5.14.1/qtwebengine/src/3rdparty/chromium/base/task/README.md

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:

  • Threading and tasks
  • Callbacks
  • Vision for future API changes
Powered by Gitiles| Privacy| Termstxt json