[−][src]Module tokio_net::signal::unix
Unix-specific types for signal handling.
This module is only defined on Unix platforms and contains the primary
Signal
type for receiving notifications of signals.
Re-exports
pub use libc; |
Structs
Signal | An implementation of |
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 signal |