Module nix::sys::signal

source ·
Expand description

Operating system signals.

Re-exports§

Modules§

Structs§

  • Controls the behavior of a SigAction
  • Action to take on receipt of a signal. Corresponds to sigaction.
  • Used to request asynchronous notification of the completion of certain events, such as POSIX AIO and timers.
  • Specifies a set of Signals that may be blocked, waited for, etc.
  • Iterator for a SigSet.
  • Iterate through all signals defined by this operating system

Enums§

Constants§

Functions§

Type Aliases§