How to ignore SIGHUP signal in Rust
I am trying to find a way to ignore the SIGHUP signal. I need to make sure that if the terminal is closed, the program continues to run until the end.
I am trying to find a way to ignore the SIGHUP signal. I need to make sure that if the terminal is closed, the program continues to run until the end.