Goroutines - Go Lang Practical Programming Tutorial p.18
Channel:
Subscribers:
1,410,000
Published on ● Video Link: https://www.youtube.com/watch?v=Zg7GK759ZzA
Welcome everyone to part 18 of the Go Language programming tutorial series, where we'll be talking about concurrency in Go. First, let's acknowledge what concurrency is, and what it isn't. Concurrency is dealing with multiple things at once, and it is not actually doing multiple things simultaneously (parallelism).
Text tutorials and sample code: https://pythonprogramming.net/go/
https://twitter.com/sentdex
https://www.facebook.com/pythonprogramming.net/
https://plus.google.com/+sentdex
Other Videos By sentdex
Tags:
goroutines
concurrency
Go
Go lang
go programming
tutorial
programming