-
Notifications
You must be signed in to change notification settings - Fork 663
Open
Labels
A-streamArea: futures::streamArea: futures::streamC-feature-requestS-needs-implementationStatus: Implementation work is needed.Status: Implementation work is needed.
Description
Peekable combinator is currenly less useful than it could have been.
I have a use case where it would be helpful to check the next element in a stream (if it is already there) and start preparation for its processing, but at the same time I don't want to delay processing of current element. So I need .try_peek()
that is similar to .try_next()
, but doesn't advance the stream itself.
Metadata
Metadata
Assignees
Labels
A-streamArea: futures::streamArea: futures::streamC-feature-requestS-needs-implementationStatus: Implementation work is needed.Status: Implementation work is needed.