Skip to main content Link Search Menu Expand Document (external link)
Last updated: | Permalink

Lecture 3: Fundamentals: Parallelism and Concurrency

Learning objectives:

In this lecture, you will:

  • recap on the abstraction of process vs. thread;
  • learn the concurrency mechanism in Go (go, chan, select);
  • know the difference between concurrency and parallelism.

Lecture slides

Readings

Recording


© 2024 Yue Cheng. Released under the CC BY-SA license