Commit Graph
5 Commits
Author SHA1 Message Date
Rachit2323 625954f365 sync: add blocking_acquire methods to Semaphore (#8269) 2026-08-11 09:51:50 +02:00
Rachit2323 d4569bb550 stream: add inner stream accessors to adaptors (#8272) 2026-08-09 18:11:51 +02:00
Rachit2323 ddc60948ab stream: add peek_mut, poll_peek to Peekable (#8262) 2026-08-09 16:54:18 +02:00
Rachit2323 4638b65f9c stream: implement Peekable::size_hint (#8109) 2026-07-13 13:00:59 +02:00
Rachit2323 5030b3005e tokio-stream: implement FusedStream for various stream adaptors (#8096)
`MapWhile` is intentionally excluded because its current implementation
does not track when the closure returns `None` early, making a correct
`is_terminated()` impossible without a separate semantic change.
2026-05-01 14:09:28 +02:00