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

Modules

libc

libc - Raw FFI bindings to platforms' system libraries

Structs

Signal

An implementation of Stream for receiving a particular type of 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 signal signal.