naiveproxy/base/task
2018-08-11 05:35:24 +00:00
..
sequence_manager Import chromium-68.0.3440.106 2018-08-11 05:35:24 +00:00
task_scheduler Import chromium-68.0.3440.106 2018-08-11 05:35:24 +00:00
cancelable_task_tracker.cc Import chromium-68.0.3440.106 2018-08-11 05:35:24 +00:00
cancelable_task_tracker.h Import chromium-68.0.3440.106 2018-08-11 05:35:24 +00:00
OWNERS Import chromium-68.0.3440.106 2018-08-11 05:35:24 +00:00
README.md Import chromium-68.0.3440.106 2018-08-11 05:35:24 +00:00

This directory has the following layout (WIP):

  • 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: