Module actix_rt::signal::unix[][src]

Unix specific signals (Tokio re-exports).

Structs

Signal

A stream of events for receiving a particular type of OS signal.

SignalKind

Represents the specific kind of signal to listen for.

Functions

signal

Creates a new stream which will receive notifications when the current process receives the specified signal kind.