Available on Windows only.
Expand description
Windows-specific types for signal handling.
Functions§
- ctrl_
break - Creates a new listener which receives “ctrl-break” notifications sent to the process.
- ctrl_c
- Creates a new listener which receives “ctrl-c” notifications sent to the process.
- ctrl_
close - Creates a new listener which receives “ctrl-close” notifications sent to the process.
- ctrl_
logoff - Creates a new listener which receives “ctrl-logoff” notifications sent to the process.
- ctrl_
shutdown - Creates a new listener which receives “ctrl-shutdown” notifications sent to the process.