2
0
Fork 1
mirror of https://github.com/async-rs/async-std.git synced 2025-04-24 09:16:46 +00:00
async-std/src
bors[bot] 6d1e71fb68
Merge
163: adds stream::filter_map combinator r=yoshuawuyts a=montekki

Implements a `flat_map` combinator. Currently the same about `ret!` as in  .

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:  

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 () 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 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 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 () 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