0

[Threading and Tasks docs] Add link to FAQ from important note in docs

TBR=fdoray@chromium.org

Change-Id: I5cace503d8a96df09ecfcc76fb4543d5bcc68bf5
Reviewed-on: https://chromium-review.googlesource.com/c/1409459
Reviewed-by: Gabriel Charette <gab@chromium.org>
Commit-Queue: Gabriel Charette <gab@chromium.org>
Cr-Commit-Position: refs/heads/master@{#622642}
This commit is contained in:
Gabriel Charette
2019-01-15 00:15:50 +00:00
committed by Commit Bot
parent 3461819377
commit 41f4a488b7

@ -310,7 +310,9 @@ using is incorrectly thread-affine (i.e. using
[`base::ThreadChecker`](https://cs.chromium.org/chromium/src/base/threading/thread_checker.h)
when its merely thread-unsafe and should use
[`base::SequenceChecker`](https://cs.chromium.org/chromium/src/base/sequence_checker.h)),
please consider fixing it instead of making things worse by also making your API thread-affine.
please consider
[`fixing it`](threading_and_tasks_faq.md#How-to-migrate-from-SingleThreadTaskRunner-to-SequencedTaskRunner)
instead of making things worse by also making your API thread-affine.
***
### Posting to the Current Thread