unplugged-system/external/libchrome/base/task
2025-10-06 13:59:42 +00:00
..
sequence_manager Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
cancelable_task_tracker_unittest.cc Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
cancelable_task_tracker.cc Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
cancelable_task_tracker.h Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
README.md Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +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: