Expand description

Signals that can be sent to processes

This signal module is mostly taken from the nix crate.

Re-exports

pub use self::Signal::*;

Structs

Iterator over all valid signals for the current platform

Enums

An enum of valid signal values

Constants