Golang 教學系列 - 何謂 Goroutine
從這邊文章開始我會把我在 YouTube 上的 Golang 教學影片來一一寫成文章來紀錄一下重點,如果有興趣的人想看更詳細的內容,可以直接看我的影片會更加清楚喔:Golang 教學系列 - 何謂 Goroutine
而這篇文章介紹的是 Golang 語言中的 Goroutine 的應用,Goroutine 的實現其實是透過協程 (Coroutine),而事實上有 Process,Thread,我是建議在學 Goroutine 之前可以先去看我之前寫的文章,介紹關於進程 (Process)、線程 (Thread)、協程 (Coroutine) 的概念講解