Up to higher level directory | |||
Name | Date | Size | |
---|---|---|---|
cancelable_task_tracker.cc | 22-Oct-2020 | 5.1K | |
cancelable_task_tracker.h | 22-Oct-2020 | 5.8K | |
cancelable_task_tracker_unittest.cc | 22-Oct-2020 | 13.1K | |
README.md | 22-Oct-2020 | 646 | |
sequence_manager/ | 22-Oct-2020 |
1 This directory has the following layout (WIP): 2 - base/task/: public APIs for posting tasks and managing task queues. 3 - base/task/task_scheduler/: implementation of the TaskScheduler. 4 - base/task/sequence_manager/: implementation of the SequenceManager. 5 6 Apart from embedders explicitly managing a TaskScheduler and/or SequenceManager 7 instance(s) for their process/threads, the vast majority of users should only 8 need APIs in base/task/. 9 10 Documentation: 11 - [Threading and tasks](https://chromium.googlesource.com/chromium/src/+/lkcr/docs/threading_and_tasks.md) 12 - [Callbacks](https://chromium.googlesource.com/chromium/src/+/lkcr/docs/callback.md) 13