Learn how to implement concurrent programming in Go. Explore the roles of channels and goroutines in implementing concurrency. Topics include writing goroutines and implementing channels for communications between goroutines. Course activities will allow you to exercise Go’s capabilities for concurrent programming by developing several example programs.
제공자:


이 강좌에 대하여
제공자:

캘리포니아 대학교 어바인 캠퍼스
Since 1965, the University of California, Irvine has combined the strengths of a major research university with the bounty of an incomparable Southern California location. UCI’s unyielding commitment to rigorous academics, cutting-edge research, and leadership and character development makes the campus a driving force for innovation and discovery that serves our local, national and global communities in many ways.
강의 계획표 - 이 강좌에서 배울 내용
MODULE 1: Why Use Concurrency?
This course introduces the concept of concurrency in Go. The first module sets the stage by reviewing the physical factors that can restrict microprocessor performance increases in the future.
MODULE 2: CONCURRENCY BASICS
This module looks at basic concurrency concepts and race conditions in preparation for a discussion of threads coming up in the next module.
MODULE 3: THREADS IN GO
In this module, you’ll work with threaded goroutines and explore the benefits of synchronization. The week’s assignment has you using a threaded approach to create a program that sorts integers via four separate sub-arrays, then merging the arrays into a single array.
MODULE 4: SYNCHRONIZED COMMUNICATION
This last module ties together the various features – including threads, concurrency, and synchronization – covered in this course. The week’s programming assignment requires you to use concurrent algorithms in the implementation of the “dining philosopher’s problem and then address the ensuing synchronization issues.
검토
- 5 stars76.19%
- 4 stars17.96%
- 3 stars3.29%
- 2 stars1.49%
- 1 star1.04%
CONCURRENCY IN GO의 최상위 리뷰
A very good detailed explanation about concurrency in general and how Go handles it and how to build concurrent applications.
Great course ....
Although I would prefer videos near 10 mins for my convenience of course 😅
The course did what was intended: Teaching the things that makes Go programming special.
I mean, simple but powerful language constructs and Concurrency
Good introductory course. It will go quickly if you're already familiar with fundamental programming concepts.
Programming with Google Go 특화 과정 정보
This specialization introduces the Go programming language from Google and provides learners with an overview of Go's special features. Upon completing the three-course sequence, learners will have gained the knowledge and skills needed to create concise, efficient, and clean applications using Go.

자주 묻는 질문
강의 및 과제를 언제 이용할 수 있게 되나요?
이 전문 분야를 구독하면 무엇을 이용할 수 있나요?
재정 지원을 받을 수 있나요?
궁금한 점이 더 있으신가요? 학습자 도움말 센터를 방문해 보세요.