|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/golang-concurrency/
课程评论:没有评论
**课程名称:** GoLang 并发 **课程概述:** 本课程是一门简短精炼的 GoLang 并发教程,旨在通过简单的概念验证 (POC) 模块,以最简洁的方式演示每个微主题。 课程首先会讲解并发 (concurrency) 与并行 (parallelism) 的概念,并将它们分解为简单的构建模块。 接着,课程将深入探讨 GoLang 的 `sync` 包,涵盖条件变量 (Conditional)、锁 (Locker)、并发安全 Map (Map)、互斥锁 (Mutex)、读写互斥锁 (RWmutex)、Once、Pool 和 WaitGroup 等核心组件。 随后,课程将演示 Channels (通道) 和 Channel Selects (通道选择)。 最后,课程将介绍更高级的概念,如 Context API。
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.