Chrome Release Bot (LUCI) 4762b62e7d Publish DEPS for 106.0.5249.13 1 éve
..
BUILD.gn 4762b62e7d Publish DEPS for 106.0.5249.13 1 éve
DEPS 4762b62e7d Publish DEPS for 106.0.5249.13 1 éve
README.md 4762b62e7d Publish DEPS for 106.0.5249.13 1 éve
closure_task.cc 4762b62e7d Publish DEPS for 106.0.5249.13 1 éve
closure_task.h 4762b62e7d Publish DEPS for 106.0.5249.13 1 éve
sql_callback_task.cc 4762b62e7d Publish DEPS for 106.0.5249.13 1 éve
sql_callback_task.h 4762b62e7d Publish DEPS for 106.0.5249.13 1 éve
sql_store_base.cc 4762b62e7d Publish DEPS for 106.0.5249.13 1 éve
sql_store_base.h 4762b62e7d Publish DEPS for 106.0.5249.13 1 éve
task.cc 4762b62e7d Publish DEPS for 106.0.5249.13 1 éve
task.h 4762b62e7d Publish DEPS for 106.0.5249.13 1 éve
task_queue.cc 4762b62e7d Publish DEPS for 106.0.5249.13 1 éve
task_queue.h 4762b62e7d Publish DEPS for 106.0.5249.13 1 éve
task_queue_unittest.cc 4762b62e7d Publish DEPS for 106.0.5249.13 1 éve
task_test_base.cc 4762b62e7d Publish DEPS for 106.0.5249.13 1 éve
task_test_base.h 4762b62e7d Publish DEPS for 106.0.5249.13 1 éve
task_unittest.cc 4762b62e7d Publish DEPS for 106.0.5249.13 1 éve
test_task.cc 4762b62e7d Publish DEPS for 106.0.5249.13 1 éve
test_task.h 4762b62e7d Publish DEPS for 106.0.5249.13 1 éve
test_task_runner.cc 4762b62e7d Publish DEPS for 106.0.5249.13 1 éve
test_task_runner.h 4762b62e7d Publish DEPS for 106.0.5249.13 1 éve

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.