You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 9, 2019. It is now read-only.
Context<A: Actor>::error(&mut self, err: A::Error)
: emits an error to theSpawned
handleContext<A: Actor>::stop_error(&mut self, err: A::Error)
: emits an error to theSpanwed
handle and stop the actor gracefullyContext<A: Actor>::kill_error(&mut self, err: A::Error)
: kills the actor and return the error to theSpawned
handleThe text was updated successfully, but these errors were encountered: