jefftt
|
7011a68343
|
time: add StreamExt::chunks_timeout (#4695)
|
2022-06-06 16:16:50 +02:00 |
|
Gus Wynn
|
05cbfae177
|
stream: add cancel-safety docs to StreamExt::next and try_next (#4715)
|
2022-05-27 10:28:29 +02:00 |
|
Alisue
|
014be71cca
|
stream: expose Elapsed error (#4502)
|
2022-03-02 13:53:21 +01:00 |
|
Braulio Valdivielso Martínez
|
fb35c83944
|
tokio-stream: add StreamExt::map_while (#4351)
Fixes #4337
Rust 1.57 stabilized the `Iterator::map_while` API. This PR adds the
same functionality to the `StreamExt` trait, to keep parity.
|
2021-12-31 22:53:09 +09:00 |
|
Alice Ryhl
|
dda8da75d0
|
stream: add StreamExt::then (#4355)
|
2021-12-30 15:28:13 +01:00 |
|
Taiki Endo
|
08ed41f339
|
chore: fix typos (#3907)
|
2021-07-01 02:06:56 +09:00 |
|
Alice Ryhl
|
4d7b73f5b3
|
chore: create stream_ext module (#3342)
|
2020-12-26 17:05:51 +01:00 |
|