pantomime-rs / pantomime

MIT License
5 stars 1 forks source link

Supervisior restart strategy #29

Closed longshorej closed 5 years ago

longshorej commented 5 years ago

Supervisor should have a Restart strategy that obtains new state by calling a provided function for an actor when it fails.

longshorej commented 5 years ago

Let's move this into the Actor trait instead of the current composition strategy.

longshorej commented 5 years ago

See #30