-
Notifications
You must be signed in to change notification settings - Fork 655
Open
Labels
A-streamArea: futures::streamArea: futures::streamC-feature-requestS-needs-implementationStatus: Implementation work is needed.Status: Implementation work is needed.
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.
Metadata
Metadata
Assignees
Labels
A-streamArea: futures::streamArea: futures::streamC-feature-requestS-needs-implementationStatus: Implementation work is needed.Status: Implementation work is needed.