Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

stream: add next_many and poll_next_many to StreamMap #6409

Merged
merged 10 commits into from Mar 26, 2024

Conversation

maminrayej
Copy link
Member

Resolves #6367.

@maminrayej maminrayej added the A-tokio-stream Area: The tokio-stream crate label Mar 17, 2024
tokio-stream/src/stream_map.rs Outdated Show resolved Hide resolved
tokio-stream/src/stream_map.rs Outdated Show resolved Hide resolved
tokio-stream/src/stream_map.rs Outdated Show resolved Hide resolved
tokio-stream/src/stream_map.rs Outdated Show resolved Hide resolved
tokio-stream/tests/stream_stream_map.rs Outdated Show resolved Hide resolved
tokio-stream/src/stream_map.rs Outdated Show resolved Hide resolved
Copy link
Contributor

@Darksonn Darksonn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The documentation is great. :)

tokio-stream/src/stream_map.rs Outdated Show resolved Hide resolved
tokio-stream/src/stream_map.rs Outdated Show resolved Hide resolved
Co-authored-by: Motoyuki Kimura <moymoymox@gmail.com>
@maminrayej maminrayej requested a review from mox692 March 24, 2024 11:34
tokio-stream/src/stream_map.rs Outdated Show resolved Hide resolved
tokio-stream/tests/stream_stream_map.rs Show resolved Hide resolved
@maminrayej maminrayej changed the title stream: add recv_many and poll_recv_many to StreamMap stream: add next_many and poll_next_many to StreamMap Mar 26, 2024
@maminrayej maminrayej merged commit 4601c84 into tokio-rs:master Mar 26, 2024
75 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-tokio-stream Area: The tokio-stream crate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEATURE_REQ] Add recv_many to StreamMap
3 participants