-
Notifications
You must be signed in to change notification settings - Fork 286
Open
Labels
breakingProposed change that would break the public APIProposed change that would break the public APIenhancement
Description
There are currently two seperate PR's that expand on the Sink's functionality to be more easily used as a 'playlist':
- Allow retrieving the queue signal in a sink when using crossbeam-channel feature #600
- Add a
SourcesIdQueueInputthat allows manipulating items in the queue #506 - As long as the sink is the way to control sources it should be clone
This issue is to discuss a new Sink which supports both those applications, maybe by merging those PR's or by making breaking changes to the current Sink.
This should take #613 into account.
Metadata
Metadata
Assignees
Labels
breakingProposed change that would break the public APIProposed change that would break the public APIenhancement