Concurrency and Thread Synchronization in Go
Today I will talk about concurrency and thread synchronization using Golang which recently I started learning.
What is concurrency?
Concurrency is when two or more tasks can run in overlapping time periods, which doesn't mean that they run literally ...
hewi.blog9 min read