mirror of
https://github.com/async-rs/async-std.git
synced 2025-12-01 10:54:30 +00:00
163: adds stream::filter_map combinator r=yoshuawuyts a=montekki Implements a `flat_map` combinator. Currently the same about `ret!` as in #162 . Also the naming should probably be `FilterMapStream`, but in that case `Take` stream should also change it's name i guess. Stdlib: https://doc.rust-lang.org/std/iter/trait.Iterator.html#method.flat_map Ref: #129 Co-authored-by: Fedor Sakharov <fedor.sakharov@gmail.com> |
||
|---|---|---|
| .. | ||
| fs | ||
| future | ||
| io | ||
| net | ||
| os | ||
| stream | ||
| sync | ||
| task | ||
| lib.rs | ||
| prelude.rs | ||
| utils.rs | ||