Hacker News new | ask | show | jobs
by Matthias247 1512 days ago
You are right. But Go Channels come also with the superpower of „select“, which allows to wait for multiple objects to become ready and atomic execution of actions. I don’t think this part can be retrofitted on top of simple BlockingQueues.
1 comments