When you enroll through our links, we may earn a small commission—at no extra cost to you. This helps keep our platform free and inspires us to add more value.

pluralsight logo

Concurrent Programming in Go

Modern software systems must operate with a high degree of concurrency to take advantage of the hardware they are running on. This course will teach you how to get the most out of Go's features to build robust and elegant concurrent programs.

     
  • 5
  •  |
  • Reviews ( 22 )
Free

This Course Includes

  • iconpluralsight
  • icon5 (22 reviews )
  • icon2 hour 42 minutes
  • iconenglish
  • iconOnline - Self Paced
  • iconcore courses
  • iconpluralsight

About Concurrent Programming in Go

One of Go’s primary design goals is to simplify the creation of concurrent programs. In this course, Concurrent Programming in Go, you’ll learn how to do just that. First, you’ll warm up by reviewing Go’s essential concurrency tools - goroutines and channels. Next, you’ll explore these constructs to learn their full capabilities. You’ll learn some design patterns that allow concurrent systems that are predictable and well-organized. Finally, you’ll learn about other features Go offers to ensure your concurrent programs are efficient and well-behaved. When you’re finished with this course, you’ll have the skills and knowledge of Go’s concurrency needed to create robust, clear, and efficient concurrent programs with Go.

What You Will Learn?

  • Course Overview : 1min.
  • Concurrency in Go : 27mins.
  • Goroutines : 19mins.
  • Channels : 34mins.
  • Common Concurrency Patterns : 38mins.
  • Additional Tools to Support Concurrent Programming : 41mins.