iced/futures/src/subscription
Héctor Ramón Jiménez ecd00cf02b
Fix Subscription cancelation when never awaiting
`StreamExt::forward` will keep polling a ready `Stream` in a loop. If the
`Stream` is always ready, the `poll` method of `Forward` effectively
blocks (see https://github.com/rust-lang/futures-rs/issues/2552).

The fix consists in manually implementing a simpler version of `Forward`.
2022-05-27 19:54:58 +02:00
..
tracker.rs Fix Subscription cancelation when never awaiting 2022-05-27 19:54:58 +02:00