forked from mirror/async-std
6d1e71fb68
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 |