| ▲ | paulsutter 4 hours ago | |
The best way to write concurrency in any language is a single threaded polling loop. Goroutines and messages are just as bad as all the other alternatives, which is to say they are a miserable way to write code. But Go is also perfectly good at single threaded polling loops. | ||