Goroutines can wrap code you don't want to block callers, but in practice that get hidden behind APIs that return channels.
Goroutines can wrap code you don't want to block callers, but in practice that get hidden behind APIs that return channels.