Hacker News new | ask | show | jobs
by brodo 363 days ago
Yes Go Channels are concurrent FIFO queues.
1 comments

Ah right I forgot, they’re rendezvous queues right? I guess I’m confused why you would need an in memory queue as a service then.