<@U2E974ELT> I'm about to implement a multithreade...
# coroutines
v
@elizarov I'm about to implement a multithreaded task processor where I have a number of accounts under which tasks should be processed, a single task on each account at any time. So, tasks are pooled from a DB, processed, and the results are stored back to the DB. I'm trying to use akka streams for that (I'm familiar with it from .net port and I like it), but maybe you could suggest a simpler or more idiomatic way (like, Rx2 integration)?