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

pub struct Subscribe(pub Recipient<Signal>);

Subscribe to process signals.

Trait Implementations

impl Message for Subscribe
[src]

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

impl Handler<Subscribe> for ProcessSignals
[src]

Add subscriber for signals

The type of value that this handle will return

Method is called for every message received by this Actor

Auto Trait Implementations

impl Send for Subscribe

impl !Sync for Subscribe