Expand description
Unix-specific types for signal handling.
This module is only defined on Unix platforms and contains the primary
Signal type for receiving notifications of signals.
Structsยง
- OsExtra
Data ๐ - OsStorage ๐
- Signal
- An listener for receiving a particular type of OS signal.
- Signal
Info ๐ - Signal
Kind - Represents the specific kind of signal to listen for.
Functionsยง
- action ๐
- Our global signal handler for all signals registered by this module.
- ctrl_c ๐
- signal
- Creates a new listener which will receive notifications when the current
process receives the specified signal
kind. - signal_
enable ๐ - Enables this module to receive signal notifications for the
signalprovided. - signal_
with_ ๐handle