Skip to content
This repository has been archived by the owner on Nov 9, 2019. It is now read-only.

Context: error, stop_error and kill_error #20

Open
r3v2d0g opened this issue Aug 10, 2019 · 0 comments · May be fixed by #27
Open

Context: error, stop_error and kill_error #20

r3v2d0g opened this issue Aug 10, 2019 · 0 comments · May be fixed by #27
Assignees

Comments

@r3v2d0g
Copy link
Contributor

r3v2d0g commented Aug 10, 2019

  • Context<A: Actor>::error(&mut self, err: A::Error): emits an error to the Spawned handle
  • Context<A: Actor>::stop_error(&mut self, err: A::Error): emits an error to the Spanwed handle and stop the actor gracefully
  • Context<A: Actor>::kill_error(&mut self, err: A::Error): kills the actor and return the error to the Spawned handle
@r3v2d0g r3v2d0g self-assigned this Aug 10, 2019
@r3v2d0g r3v2d0g added this to the v0.1.0-alpha.5 milestone Aug 10, 2019
@r3v2d0g r3v2d0g linked a pull request Aug 12, 2019 that will close this issue
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging a pull request may close this issue.

1 participant