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
In chapter 9, in the "Messages Are Asynchronous" paragraph, it is explicitly mentioned that "remember that the order in which a process receives messages may not be the same order in which they were sent". However, this is only true if the sending is done by different processes which is not the case in the example.
In the Erlang manual we can find "If there is a live process and you send it message A and then message B, it's guaranteed that if message B arrived, message A arrived before it".
The text was updated successfully, but these errors were encountered:
In chapter 9, in the "Messages Are Asynchronous" paragraph, it is explicitly mentioned that "remember that the order in which a process receives messages may not be the same order in which they were sent". However, this is only true if the sending is done by different processes which is not the case in the example.
In the Erlang manual we can find "If there is a live process and you send it message A and then message B, it's guaranteed that if message B arrived, message A arrived before it".
The text was updated successfully, but these errors were encountered: