Skip to content

Commit

Permalink
Update link to C++ 101 codelab
Browse files Browse the repository at this point in the history
codelab.md was renamed to README.md a few weeks ago in https://chromium.googlesource.com/chromium/src/+/631728c430275ad15d6abbecd21816b5f9ef9645.

Change-Id: I85bb12360d4871f19dd81e4c1522a97b96d170f5
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4166363
Commit-Queue: Daniel Cheng <[email protected]>
Auto-Submit: Mark Rowe <[email protected]>
Reviewed-by: Daniel Cheng <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1092650}
  • Loading branch information
bdash authored and Chromium LUCI CQ committed Jan 13, 2023
1 parent 8dea4e1 commit 09ca549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codelabs/threading_and_scheduling/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ the main thread task scheduling infra, and then spin up a new `base::Thread`
which represents a new physical thread. Then we explicitly post tasks back and
forth between the main and secondary thread, via a cross-thread `TaskRunner`.

[1]: https://chromium.googlesource.com/chromium/src/+/refs/heads/main/codelabs/cpp101/codelab.md#part-3_threads-and-task-runners
[1]: https://chromium.googlesource.com/chromium/src/+/refs/heads/main/codelabs/cpp101/README.md#part-3_threads-and-task-runners
[2]: https://source.chromium.org/chromium/chromium/src/+/main:base/task/sequence_manager/sequence_manager.h;l=122-125;drc=c70927109b0861ba4642416cb4689b4bf9d25ad0
[3]: https://source.chromium.org/chromium/chromium/src/+/main:base/task/sequence_manager/task_queue.cc;l=246;drc=566a5d280c3f78e073c435a5218021ce15d1f004
[4]: https://source.chromium.org/chromium/chromium/src/+/main:base/task/sequence_manager/task_queue_impl.cc;l=1132;drc=74e2db96056dd0265b7e527a58b50036c07d7031

0 comments on commit 09ca549

Please sign in to comment.