Goroutines and Networking
This lesson flashes back to the standard operations and their syntaxes defined on goroutines and networking.
We'll cover the following...
A rule of thumb if you use parallelism to gain efficiency over serial computation:
"The amount of work done inside ...