async-std/src/stream
bors[bot] 6d1e71fb68
Merge #163
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>
2019-09-10 12:41:08 +00:00
..
stream Merge #163 2019-09-10 12:41:08 +00:00
empty.rs Reduce dependency on futures crate (#140) 2019-09-05 01:22:41 +02:00
mod.rs split stream into multiple files (#150) 2019-09-08 12:56:51 +02:00
once.rs Reduce dependency on futures crate (#140) 2019-09-05 01:22:41 +02:00
repeat.rs Reduce dependency on futures crate (#140) 2019-09-05 01:22:41 +02:00