Skip to content

Commit

Permalink
clarify wording of actor termination phase
Browse files Browse the repository at this point in the history
  • Loading branch information
rkuhn committed Jul 5, 2013
1 parent 157d0ca commit d6e3e71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion akka-docs/rst/java/untyped-actors.rst
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,7 @@ depends on the mailbox implementation.

Termination of an actor proceeds in two steps: first the actor suspends its
mailbox processing and sends a stop command to all its children, then it keeps
processing the termination messages from its children until the last one is
processing the internal termination notifications from its children until the last one is
gone, finally terminating itself (invoking :meth:`postStop`, dumping mailbox,
publishing :class:`Terminated` on the :ref:`DeathWatch <deathwatch-java>`, telling
its supervisor). This procedure ensures that actor system sub-trees terminate
Expand Down
2 changes: 1 addition & 1 deletion akka-docs/rst/scala/actors.rst
Original file line number Diff line number Diff line change
Expand Up @@ -686,7 +686,7 @@ depends on the mailbox implementation.

Termination of an actor proceeds in two steps: first the actor suspends its
mailbox processing and sends a stop command to all its children, then it keeps
processing the termination messages from its children until the last one is
processing the internal termination notifications from its children until the last one is
gone, finally terminating itself (invoking :meth:`postStop`, dumping mailbox,
publishing :class:`Terminated` on the :ref:`DeathWatch <deathwatch-scala>`, telling
its supervisor). This procedure ensures that actor system sub-trees terminate
Expand Down

0 comments on commit d6e3e71

Please sign in to comment.