Pure-Rust asynchronous SSH library, both client and server

#13 proxy commands should use tokio::process instead of std::process

Closed on January 9, 2021
ubnt-intrepid on January 9, 2021

…since it blocks the current thread with involving other tasks when the child process is not ready.

ubnt-intrepid added a change on January 9, 2021
Y67GNDVBCXX5V3SL3OAQCU3NX52OR34NXK7ARKHK7EQDGCLVTHTQC
main
pmeunier on January 9, 2021

Thanks, and congrats on your first contribution! I’ve applied it to main, and it will be included in the next published version of thrussh-keys.

In this case I’m not convinced that it was actually blocking, but it was clearly duplicating code that is already in Tokio, so that’s very useful.

pmeunier closed this discussion on January 9, 2021