4 Commits

Author SHA1 Message Date
tiif
4047d7962a
miri: add annotations for tests with miri ignore (#6981) 2024-11-20 11:44:28 +01:00
sharpened-nacho
c8f3539bc1
stream: make stream adapters public (#6658) 2024-07-02 20:49:34 +00:00
Folyd
f3ed064a26
chore: update *::{max, min}_value() to const *::MAX and *::MIN respectively (#3794) 2021-05-17 12:31:58 +02:00
Lucio Franco
8efa62013b
Move stream items into tokio-stream (#3277)
This change removes all references to `Stream` from
within the `tokio` crate and moves them into a new
`tokio-stream` crate. Most types have had their
`impl Stream` removed as well in-favor of their
inherent methods.

Closes #2870
2020-12-15 20:24:38 -08:00