issue 956
This commit is contained in:
parent
964c53203a
commit
5678692e66
1 changed files with 2 additions and 1 deletions
|
|
@ -583,7 +583,8 @@ the same mailbox will be there. So all messages on that mailbox, will be there a
|
||||||
What happens to the actor
|
What happens to the actor
|
||||||
^^^^^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
If an exception is thrownn and the actor is not supervised, the actor object itself is discarded and a new instance is
|
If an exception is thrownn and the actor is not supervised, the actor object itself is discarded and a new instance is
|
||||||
created. This new instance will now be used in the actor references to this actor.
|
created. This new instance will now be used in the actor references to this actor (so this is done invisible
|
||||||
|
to the developer).
|
||||||
|
|
||||||
|
|
||||||
Extending Actors using PartialFunction chaining
|
Extending Actors using PartialFunction chaining
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue