Imagine I am writing a program (not that it matters, but it is in Rust). I have a special behavior (reload configuration) when this program receives a SIGHUP.
Imagine I think it would be good if this program could run on Windows. SIGHUP doesn't exist there. Is there a Windows equivalent of SIGHUP which would be non-freakish to command-line-friendly Windows users (and which, ideally, is non-terrible to integrate in a Rust app?)