Closed ethindp closed 3 years ago
Oops, yeah the stream breakage will do it. We should indeed switch that implementation over. It seems like https://github.com/async-rs/parallel-stream/pull/21 contains a partial fix for this which we should probably use.
published a new version which fixes this!
This crate does not compile with the latest version of async-std (v. 1.10.0). I'd fix it but am unsure what I'll break, so I'm filing it as an issue here before I file a PR. Specifically, the following changes have been made in async-std 1.10.0 that break the crate:
sync::Receiver
andsync::Sender
have been moved to thechannel
module.Furthermore,
par_stream/map.rs
definesMap<T>
, but parameterT
is never used (error E0392).Compiling with rustc 1.57.0-nightly (2c7bc5e33 2021-09-15).