Module theatre::actors::supervisor[][src]

A supervisor actor that catches panics in supervised actors and allows for them to restart

Structs

SuperviseActor
Supervisor

Supervisor is an actor that can catch panics in other actors.

Enums

ActorStopReason

Traits

Supervised

In order for an Supervisor to supervise an actor, an actor needs to implement this trait to provide new instances of the actor if it stops for whatever reason.