
“Novices are sometimes tempted to use buffered channels within a single goroutine as a queue, lured by their pleasingly simple syntax, but this is a mistake. Channels are deeply connected to goroutine scheduling, and without another goroutine receiving from the channel, a sender—and perhaps the whole program—risks becoming blocked forever. If all you need is a simple queue, make one using a slice.”
― The Go Programming Language
― The Go Programming Language
Michael’s 2024 Year in Books
Take a look at Michael’s Year in Books, including some fun facts about their reading.
Favorite Genres
Polls voted on by Michael
Lists liked by Michael