streamly
streamly copied to clipboard
`distributeAsync_` with dynamic consumers
trafficstars
We can use distributeAsync_ to distribute the incoming ticks to multiple folds. However, in distributeAsync_, the consuming folds are statically decided. We need another combinator or modify this combinator so that we can dynamically modify the list of consumers we are distributing the stream to.