[][src]Crate scoped_signal

Provides a scoped interface to signal handlers that are only active for the lifetime of the a given closure

Structs

SaFlags
SigAction

Action to take on receipt of a signal. Corresponds to sigaction.

SigInfo
SigSet
SignalScope

Install a signal handler only valid for a given scope

Enums

Error

Nix Error Type

SigHandler

A signal handler.

Signal