#concurrency
Read more stories on Hashnode
Articles with this tag
Channels In the Go language, a channel is a medium through which a goroutine communicates with another goroutine and this communication is lock-free....
Concurrency is one of the strongest tools in Go but how to use them? Well just put the keyword go before a function. It can't be that easy, does it?...