Goroutines
Concurrency is the computer science term for breaking up a single process into independent components and specifying how these components safely share data
Introduction
Goroutines are lightweight processes managed by the Go runtime.When a program is ...
blogsadityapradhango.hashnode.dev2 min read