Expand description
Some low level utilities
More often to build other abstractions than used directly.
Modules§
- channel
channel
- A restricted channel to pass data from signal handler.
- pipe
Non-Windows - Module with the self-pipe pattern.
- siginfo
extended-siginfo-raw
- Extracting more information from the C
siginfo_t
structure.
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.