0

Add link to concurrency-in-chromium slide deck.

Change-Id: I022e0d2b43209769c62703cb073002696944aed4
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3459523
Reviewed-by: Gabriel Charette <gab@chromium.org>
Commit-Queue: Chris Fredrickson <cfredric@chromium.org>
Cr-Commit-Position: refs/heads/main@{#971250}
This commit is contained in:
cfredric
2022-02-15 16:26:11 +00:00
committed by Chromium LUCI CQ
parent f14c10f7c5
commit ff6d86c0f4

@ -24,6 +24,10 @@ concurrent, but not necessarily
parallel](https://stackoverflow.com/questions/1050222/what-is-the-difference-between-concurrency-and-parallelism#:~:text=Concurrency%20is%20when%20two%20or,e.g.%2C%20on%20a%20multicore%20processor.),
system.
A basic intro to the way Chromium does concurrency (especially Sequences) can be
found
[here](https://docs.google.com/presentation/d/1ujV8LjIUyPBmULzdT2aT9Izte8PDwbJi).
This documentation assumes familiarity with computer science
[threading concepts](https://en.wikipedia.org/wiki/Thread_(computing)).