Struct actix::actors::signal::Signal [] [src]

pub struct Signal(pub SignalType);

Process signal message

Trait Implementations

impl Message for Signal
[src]

The type of value that this message will resolved with if it is successful.

impl Handler<Signal> for DefaultSignalsHandler
[src]

Handle SIGINT, SIGTERM, SIGQUIT signals and send SystemExit(0) message to System actor.

The type of value that this handle will return

[src]

Method is called for every message received by this Actor

Auto Trait Implementations

impl Send for Signal

impl Sync for Signal