iced/futures/src
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
..
backend Fix default backend in iced_futures 2022-02-01 11:40:58 +07:00
subscription Fix Subscription cancelation when never awaiting 2022-05-27 19:54:58 +02:00
backend.rs Split iced_futures into different backend implementations 2022-01-28 21:37:17 +07:00
command.rs Fix broken intra-doc links in documentation 2022-04-30 14:20:52 +02:00
executor.rs Split iced_futures into different backend implementations 2022-01-28 21:37:17 +07:00
lib.rs Split iced_futures into different backend implementations 2022-01-28 21:37:17 +07:00
maybe_send.rs Introduce MaybeSend trait in iced_futures 2022-01-28 21:37:17 +07:00
runtime.rs Fix broken intra-doc links in documentation 2022-04-30 14:20:52 +02:00
subscription.rs Point repository links to 0.4 branch in documentation 2022-04-30 13:54:07 +02:00