Module actix_signal::signals[][src]

Expand description

Signals that can be handled by actors implementing SignalHandler.

Notice that the document is just indicating a set of conventions that should be followed by implementors (and the #[derive(SignalHandler)] macro). There’s no guarantee that types must work as described below.

Structs

Stops the actor receiving this signal.

Terminates the actor receiving this signal.