tree: 6686dbe3f9b880ee1b587f566458bd59482a8f00 [path history] [tgz]
  1. BUILD.gn
  2. closure_task.cc
  3. closure_task.h
  4. README.md
  5. task.cc
  6. task.h
  7. task_queue.cc
  8. task_queue.h
  9. task_queue_unittest.cc
  10. task_test_base.cc
  11. task_test_base.h
  12. task_unittest.cc
  13. test_task.cc
  14. test_task.h
  15. test_task_runner.cc
  16. test_task_runner.h
components/offline_pages/task/README.md

Task Queue subcomponent

This subdirectory maintains the classes and tests for the Offline Pages Task Queue, a general framework for sequencing work that may require multiple asynchronous calls before completing.

This is located in //components/offline_pages/task as a temporary location so that it can be shared with code in //chrome/browser/android/explore_sites without depending on all the other unrelated code in offline pages. The intention is that this code could be moved to a more general location and more broadly used in the rest of Chrome.