GoLang Concurrency
-
Go (GoLang): Concurrency -
Concurrency Patterns.
- Basic understanding of Go (GoLang)
This is a short and sweet course dedicated to Go ( GoLang ) concurrency. I use a simple POC ( Proof of concept ) Module approach to demonstrate each micro topic in the simplest manner I can. First we will discuss what concurrency and parallelism is and break it into a simple concept of building blocks.Then we will be exploring go’s sync package which includes a (Conditional, Locker, Map, Mutex, RWmutex, Once, Pool and Wait Group). Moving from there we will demonstrate Channels and Channel Selects.
Next well move on to other more involved concepts like the Context API.
- Go ( GoLang ) programmers