Open
Description
Currently, there is no ergonomic way to manage the internal streams in a SelectAll
. In particular, there is no way to remove streams with a significant workaround. It would be nice to have a method such as retain
that could be used to remove streams that are owned by the SelectAll
. This would be particularly helpful for long-running SelectAll
streams whose constituent streams live for much less time.