missionary 2025-02-15

Hi folks! What would be a most idiomatic way to separate one source flow by some parameter to N (unknown) flows that are running in parallel but each flow itself process items strictly sequencial and synchronous?

m/group-by for the split, m/?> N to run N flows in parallel

👍 1