Hacker News new | ask | show | jobs
by jiehong 108 days ago
I think this is a bit like a factory:

- you get a queue as input (a belt);

- you process it;

- you output a queue (also a belt);

So you're doing one thing, over and over, synchronously, blocking in between.