What are channels in go language and how can you use them?
Answer Posted / Alok Srivastava
Channels in Go are a way to synchronize the execution of Goroutines. They allow safe communication between Goroutines by buffering messages and ensuring that messages are delivered in the correct order. Channels are created using the `make` function.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category