Name Date Size #Lines LOC

..--

sequence_manager/H25-Apr-2025-13,7139,714

README.mdH A D25-Apr-2025646 1310

cancelable_task_tracker.ccH A D25-Apr-20255.1 KiB177123

cancelable_task_tracker.hH A D25-Apr-20255.8 KiB15968

cancelable_task_tracker_unittest.ccH A D25-Apr-202513.1 KiB404258

README.md

1This 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
6Apart from embedders explicitly managing a TaskScheduler and/or SequenceManager
7instance(s) for their process/threads, the vast majority of users should only
8need APIs in base/task/.
9
10Documentation:
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