Главная
Study mode:
on
1
Intro
2
NUMBER FORMS
3
VISUALIZATIONS
4
HELLO, WORLD!
5
TIMER
6
PING-PONG #36
7
FAN-IN
8
SERVERS
9
WORKERS / FAN-OUT
10
SERVER+WORKER
11
CONCURRENT PRIME SIEVE
12
GOROUTINES LEAK
13
THAT IS PARALLELISM
14
AND THAT IS CONCURRENCY
Description:
Explore the intricacies of Go's concurrency model through a visually engaging conference talk. Dive into various concurrency patterns and their visual representations, starting with basic concepts and progressing to more complex scenarios. Learn how to create and interpret concurrency diagrams, beginning with a simple "Hello, World!" example and advancing to sophisticated implementations like concurrent prime sieves. Gain insights into timers, ping-pong patterns, fan-in/fan-out techniques, and server-worker models. Understand the differences between parallelism and concurrency, and discover how to identify and address goroutine leaks. Enhance your understanding of Go's concurrent programming capabilities through clear, illustrative examples and expert explanations.

Visualizing Concurrency in Go

Gopher Academy
Add to list