Flow
Computational flows with stages.
Flow allows developers to express computations
on collections, similar to the Enum and Stream modules,
although computations will be executed in parallel using
multiple GenStages.
Using nested async_stream we got to a couple of thousand concurrent requests,
to go further we switched to Flow that allowed us to simulate our target concurrency of 20_000