Scheduler1 goroutine 파헤치기 Go 언어에서는 내부적으로 고루틴이라는 경량 쓰레드를 사용해서 Concurrency를 구현한다. 하지만 그동안은 정확히 쓰레드와 어떤 차이가 있고 어떻게 고루틴이 동작하는지 정확히 알지 못한 채 사용하기만 해서 이번 기회에 이를 정리해두고자 한다. 참고 문서 https://blog.nindalf.com/posts/how-goroutines-work/ https://syntaxsugar.tistory.com/entry/GoGolang-Scheduler https://ssup2.github.io/theory_analysis/Golang_Goroutine_Scheduling/ https://www.ardanlabs.com/blog/2018/08/scheduling-in-go-part2.html Goroutin.. 2023. 9. 23. 이전 1 다음