streamly icon indicating copy to clipboard operation
streamly copied to clipboard

`distributeAsync_` with dynamic consumers

Open adithyaov opened this issue 3 years ago • 0 comments
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.

adithyaov avatar Dec 06 '21 07:12 adithyaov