sungjunyoung / sungjunyoung.github.io

sungjunyoung's blog
https://sungjunyoung.github.io
0 stars 1 forks source link

posts/how-goroutine-works/ #4

Open utterances-bot opened 3 years ago

utterances-bot commented 3 years ago

Goroutine 은 어떻게 동작할까? :: sungjunyoung

본 포스트는 GopherCon 2018 Kavya Joshi 의 The Scheduler Saga 발표를 재구성하여 작성하였습니다. Intro Golang 의 장점으로 빠짐없이 언급되는 것이 바로 강력한 동시성 지원입니다. 이 강력한 동시성에서 빠질 수 없는 요소가 바로 goroutine 입니다. 개발자는 go 키워드를 통해 goroutine 을 생성함으로서 손쉽게 동시성을 지원하는 프로그램을 개발할

https://sungjunyoung.github.io/posts/how-goroutine-works/

sungjunyoung commented 3 years ago

테스트 코멘트입니다 :)

jerrynim commented 3 years ago

👍

upgle commented 3 years ago

저도 테스트 코멘트 써봅니다 :)

umi0410 commented 3 years ago

Go언어를 좋아하면서도 G,M,P 얘기만 나오면 약간 도망치게되는 경향이 있었던 것 같은데 잘 정리해주셔서 감사합니다.

AnJaeSeongS2 commented 3 years ago

[trivial] :)