2
0
Fork 1
mirror of https://github.com/async-rs/async-std.git synced 2025-03-05 01:29:43 +00:00
async-std/src/result
Yoshua Wuyts 6c1b5eb3ed
Merge pull request #667 from olegnn/option_take_while
Use `take_while` instead of `scan` in `impl` of `Product`, `Sum` and `FromStream` for `Option` and `Result`
2020-01-27 11:54:20 +01:00
..
from_stream.rs Merge pull request #667 from olegnn/option_take_while 2020-01-27 11:54:20 +01:00
mod.rs Add Stream::sum() and Stream::product() implementations 2019-10-22 20:30:27 -04:00
product.rs Rewrote Results implementation using take_while and filter_map 2020-01-17 17:19:51 +03:00
sum.rs Rewrote Results implementation using take_while and filter_map 2020-01-17 17:19:51 +03:00