async-std/src
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
..
fs Fix a typo 2019-09-09 09:18:56 +02:00
future Reduce dependency on futures crate (#140) 2019-09-05 01:22:41 +02:00
io Add link to silence doc warning 2019-09-10 03:50:03 +02:00
net Merge #148 2019-09-08 22:19:29 +00:00
os Make sure ownership is transferred in into_raw_fd 2019-09-06 10:36:25 +01:00
stream Merge #163 2019-09-10 12:41:08 +00:00
sync remove async_await feature gate 2019-08-21 00:29:35 -07:00
task Reduce dependency on futures crate (#140) 2019-09-05 01:22:41 +02:00
lib.rs remove async_await feature gate 2019-08-21 00:29:35 -07:00
prelude.rs Remove time module 2019-08-15 19:26:10 +02:00
utils.rs Initial commit 2019-08-08 14:44:48 +02:00