Description
In this course, you will :
- Discover how to use concurrent programming in Go.
- Explore the roles of channels and goroutines in concurrency implementation. Writing goroutines and implementing channels for communication between goroutines are among the topics covered.
- By developing several example programmes, you will be able to test Go's concurrent programming capabilities.
Syllabus :
- Why Use Concurrency?
- CONCURRENCY BASICS
- THREADS IN GO
- SYNCHRONIZED COMMUNICATION