DEV Community

Cover image for Concurrency Patterns in Go

Concurrency Patterns in Go

Karan Kumar on August 20, 2021

Before we even begin to understand what "concurrency" is in Go, we need to make sure we understand that concurrency is not parallelism. Parallelism...
Collapse
 
soulsbane profile image
Paul Crane

This is a great explanation of a topic I'm just getting familiar with in Go. Thanks!

Collapse
 
karankumarshreds profile image
Karan Kumar

I will write more blogs on channels and backend microservices development v soon.