`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`. |
||
|---|---|---|
| .. | ||
| backend | ||
| subscription | ||
| backend.rs | ||
| command.rs | ||
| executor.rs | ||
| lib.rs | ||
| maybe_send.rs | ||
| runtime.rs | ||
| subscription.rs | ||