1*635a8641SAndroid Build Coastguard WorkerThis directory has the following layout (WIP): 2*635a8641SAndroid Build Coastguard Worker- base/task/: public APIs for posting tasks and managing task queues. 3*635a8641SAndroid Build Coastguard Worker- base/task/task_scheduler/: implementation of the TaskScheduler. 4*635a8641SAndroid Build Coastguard Worker- base/task/sequence_manager/: implementation of the SequenceManager. 5*635a8641SAndroid Build Coastguard Worker 6*635a8641SAndroid Build Coastguard WorkerApart from embedders explicitly managing a TaskScheduler and/or SequenceManager 7*635a8641SAndroid Build Coastguard Workerinstance(s) for their process/threads, the vast majority of users should only 8*635a8641SAndroid Build Coastguard Workerneed APIs in base/task/. 9*635a8641SAndroid Build Coastguard Worker 10*635a8641SAndroid Build Coastguard WorkerDocumentation: 11*635a8641SAndroid Build Coastguard Worker- [Threading and tasks](https://chromium.googlesource.com/chromium/src/+/lkcr/docs/threading_and_tasks.md) 12*635a8641SAndroid Build Coastguard Worker- [Callbacks](https://chromium.googlesource.com/chromium/src/+/lkcr/docs/callback.md) 13