1This directory has the following layout:
2- base/task/: public APIs for posting tasks and managing task queues.
3- base/task/thread_pool/: implementation of the ThreadPool.
4- base/task/sequence_manager/: implementation of the SequenceManager.
5
6Apart from embedders explicitly managing a ThreadPoolInstance and/or
7SequenceManager instance(s) for their process/threads, the vast majority of
8users should only need APIs in base/task/.
9
10Documentation:
11
12* [Threading and tasks](/docs/threading_and_tasks.md)
13* [Callbacks](/docs/callback.md)
14* [Vision for future API changes](https://docs.google.com/document/d/1pySz2xeJ6kLlbzDnS2jqAC1F8T_6pLEV8pgaMfURXAw/edit)
15