Go Channels: Complete Guide to Communication Patterns in Go
1. Introduction to Concurrency in Go
Concurrency means multiple tasks making progress at the same time.
It does not always mean running at the exact same moment (that is parallelism). Instead, concurr
blog.arishahmad.in17 min read