Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
GoLang Concurrency
Rating: 3.5 out of 5(18 ratings)
1,422 students
Created byZach LaCourse
Last updated 3/2020
English

What you'll learn

  • Go (GoLang): Concurrency
  • Concurrency Patterns.

Course content

11 sections225 lectures21h 50m total length
  • About:0:12
  • Install Node6:05
  • Intall PHP 7.4 ubuntu 19.105:43
  • Python 3.8 ubuntu 19.10 install2:50

Requirements

  • Basic understanding of Go (GoLang)

Description

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.

Who this course is for:

  • Go ( GoLang ) programmers