Why goroutines are not lightweight threads?
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.