pantomime-rs / pantomime

MIT License
5 stars 1 forks source link

ActorContext::watch_with #33

Closed longshorej closed 5 years ago

longshorej commented 5 years ago

This is a nice feature that Akka Typed has that would be nice to support. This allows you to supply a custom domain message to receive, instead of a signal, when the watched actor has terminated.

Also requested: ActorContext::spawn_watched_with.