stream: add next_many and poll_next_many to StreamMap (#6409)

This commit is contained in:
M.Amin Rayej
2024-03-26 18:38:53 +03:30
committed by GitHub
parent deff2524c3
commit 4601c84718
4 changed files with 378 additions and 3 deletions
+3
View File
@@ -73,6 +73,9 @@
#[macro_use]
mod macros;
mod poll_fn;
pub(crate) use poll_fn::poll_fn;
pub mod wrappers;
mod stream_ext;