Hi,is there a way to catch system signal of "kill" command or "shutdown"?PS: are there some other ways also to send signals to running a D application?
have a look in std.process I don't think you can catch kill.
Hi,is there a way to catch system signal of "kill" command or "shutdown"?PS: are there some other ways also to send signals to running a D application?
have a look in std.process I don't think you can catch kill.