11
Why goroutines are not lightweight threads?

Why goroutines are not lightweight threads?

6 years ago
Anonymous $roN-uuAfLt

https://codeburst.io/why-goroutines-are-not-lightweight-threads-7c460c1f155f

GoLang is gaining incredible popularity these days.One of the main reasons for that is the simple and lightweight concurrency in the form of goroutines and channels that it offers to the developers.

Concurrency has existed since long ago in the form of Threads which are used in almost all the applications these days.

Why goroutines are not lightweight threads?

Jun 15, 2018, 1:27am UTC
https://codeburst.io/why-goroutines-are-not-lightweight-threads-7c460c1f155f > GoLang is gaining incredible popularity these days.One of the main reasons for that is the simple and lightweight concurrency in the form of goroutines and channels that it offers to the developers. > Concurrency has existed since long ago in the form of Threads which are used in almost all the applications these days.