Concurrency
Close Channel in Go
· ☕ 1 min read · ✍️ t1
Closing a channel can be a good practice to prevent unnecessary blocking or resource leaks, but it's not mandatory.

Concurrency and parallelism in Go
· ☕ 3 min read · ✍️ t1
Concurrency and parallelism are two related concepts that are used to describe the ability of a program to perform multiple tasks at the same time.