yoshuawuyts / futures-concurrency

Structured concurrency operations for async Rust
https://docs.rs/futures-concurrency
Apache License 2.0
407 stars 32 forks source link

Fix bounds on `impl {Chain,Zip} for tuple` #129

Open yoshuawuyts opened 1 year ago

yoshuawuyts commented 1 year ago

It currently requires types implement Stream rather than IntoStream. This is inconsistent with the other concurrency operations.

cc/ @poliorcetics

yoshuawuyts commented 1 year ago

I just realized this also applies to Zip.