Open yoshuawuyts opened 1 year ago
It currently requires types implement Stream rather than IntoStream. This is inconsistent with the other concurrency operations.
Stream
IntoStream
cc/ @poliorcetics
I just realized this also applies to Zip.
Zip
It currently requires types implement
Stream
rather thanIntoStream
. This is inconsistent with the other concurrency operations.cc/ @poliorcetics