Concurrency in Go: From Basics to Better Practices When you want to do more than one thing at the same time... When you first want to do multiple things at once, you might write something like this: It's pretty dumb, but hey, we all start somewhere...
2024 |
golang
channel
time.Sleep
waitgroup