You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 29, 2021. It is now read-only.
In getting feedback, there came up the need for timeout support.
We'd have to run the command in a thread, sleep for the time (in small increments?), and then call kill if needed.
https://doc.rust-lang.org/std/process/struct.Child.html#method.kill
The text was updated successfully, but these errors were encountered: