-
Notifications
You must be signed in to change notification settings - Fork 80
Closed
Labels
priority: p3Desirable enhancement or fix. May not be included in next release.Desirable enhancement or fix. May not be included in next release.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.
Milestone
Description
As shows by the LRO changes, we can unconditionally implement a stream-like struct without having to implement the future::Stream
trait, and then implement the stream trait conditionally.
That seems more friendly: the easy to use API is always available, and if you want streams (with all the StreamExt
goodies) you can turn that on.
Metadata
Metadata
Assignees
Labels
priority: p3Desirable enhancement or fix. May not be included in next release.Desirable enhancement or fix. May not be included in next release.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.