Aug 27, 2022
Nice!
I wrote an article a few years back on doing a variadic DisposeBag for RxSwift. That would be a natural addition to your container when working with multiple publishers.
container.store(
publisher1.sink {},
publisher2.sink {}
)
Cleans up the code nicely.
See: https://michaellong.medium.com/rxswifty-and-his-variadic-disposebag-1682ecceaf41