Concurrency with Goroutines
Let us modify the simple blink program from our
earlier tutorial to run multiple tasks
simultaneously. This is what we call concurrency.
Go has a number of primitives to help make programmers' lives easier
when they create concurrent programs. In ...
pragmatik.tech2 min read