Visualizing Concurrency in Go

One of the strongest sides of Go programming language is a built-in concurrency based on Tony Hoare’s CSP paper. Go is designed with concurrency in mind and allows us to build complex concurrent pipelines. But have you ever wondered - how various concurrency patterns look like?
If you prefer video over blog posts, here is my talk on this at GopherCon 2016:

Read in full here:

https://divan.dev/posts/go_concurrency_visualize/

This thread was posted by one of our members via one of our news source trackers.

2 Likes

Corresponding tweet for this thread:

Share link for this tweet.

2 Likes

Should see some of the concurrency patterns in Erlang, some great visualizations there!

2 Likes