|
|
|
|
|
by theshrike79
2208 days ago
|
|
Go with goroutines and channels is a nice way to handle concurrency. At least it was the one that was easiest for me to wrap my head around and actually improved the performance of my code without weird race conditions or bugs. |
|