Expand description
Unix specific signals (Tokio re-exports).
Structs§
- An listener for receiving a particular type of OS signal.
- Represents the specific kind of signal to listen for.
Functions§
- Creates a new listener which will receive notifications when the current process receives the specified signal
kind
.