pop-os / apt-cmd

Rust crate for interacting with apt commands
Mozilla Public License 2.0
7 stars 11 forks source link

Make AptGet::stream_up{date, grade}() return Stream + Send #6

Closed matthiasbeyer closed 1 year ago

matthiasbeyer commented 1 year ago

As the user of the library has to await both the stream and the child handle, it makes usage of the API a lot simpler if the returned Stream is also Send.