The ctrlc crate only handles Ctrl + C , or, what on Unix systems would be called SIGINT (the “interrupt” signal). To react to more Unix signals, you should have ...
確定! 回上一頁