<p dir="ltr">Hello! Any plans for labor day weekend?<br>
-Thanks Leonid</p>
<div class="gmail_quote">On Aug 21, 2014 10:07 AM, "Daniil Churikov" <<a href="mailto:ddosia@gmail.com">ddosia@gmail.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr">Hello, I just spotted one counterintuitive thing for me: when you send messages to process,<br>and then access it's mailbox via erlang:process_info(Pid, messages), all messages you sent<br>is in the same order, oldest messages in the list's head!<br>

<br>Example:<br><br>self() ! m1,<br>self() ! m2,<br>self() ! m3,<br>{messages,[m1,m2,m3]} = erlang:process_info(self(), messages).<br><br>My expectations was that newest messages will be at the head of the list.<br><br>Thanks.<br>

</div>
<br>_______________________________________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>
<a href="http://erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://erlang.org/mailman/listinfo/erlang-questions</a><br>
<br></blockquote></div>