|
|
|
|
|
by fabian2k
301 days ago
|
|
This seems to be a thin abstraction over Channels, I'd probably prefer to use Channels directly in almost all cases. I really like Channels for in-memory queues like this, they're very nice and it's easy to make everything parallel. But if you need more than this you usually need persistence, and then you need something else entirely. |
|