Module signal_hook::low_level [−][src]
Some low level utilities
More often to build other abstractions than used directly.
Modules
| channel | channelA restricted channel to pass data from signal handler. |
| pipe | Non-Windows Module with the self-pipe pattern. |
| siginfo | extended-siginfo-rawExtracting more information from the C |
Functions
| abort | A bare libc abort. |
| emulate_default_handler | Emulates the behaviour of a default handler for the provided signal. |
| exit | A bare libc exit. |
| raise | The usual raise, just the safe wrapper around it. |
| register⚠ | Registers an arbitrary action for the given signal. |
| signal_name | Provides a human-readable name of a signal. |
| unregister | Removes a previously installed action. |