=doc #15638 clarify message ordering rule
add a missing reference to the fact that it only applies to messages sent directly
This commit is contained in:
parent
aa855aa0dd
commit
8ac109dda0
1 changed files with 6 additions and 2 deletions
|
|
@ -117,8 +117,12 @@ Discussion: Message Ordering
|
|||
----------------------------
|
||||
|
||||
The rule more specifically is that *for a given pair of actors, messages sent
|
||||
from the first to the second will not be received out-of-order.* This is
|
||||
illustrated in the following:
|
||||
directly from the first to the second will not be received out-of-order.* The
|
||||
word *directly* emphasizes that this guarantee only applies when sending with
|
||||
the `tell` operator to the final destination, not when employing mediators or
|
||||
other message dissemination features (unless stated otherwise).
|
||||
|
||||
The guarantee is illustrated in the following:
|
||||
|
||||
Actor ``A1`` sends messages ``M1``, ``M2``, ``M3`` to ``A2``
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue