[erlang-questions] Message order and exit(Reason)

Richard O'Keefe ok@REDACTED
Tue Jan 29 01:28:32 CET 2013


On 29/01/2013, at 10:34 AM, Rickard Green wrote:
>> The only signal ordering guarantee given is the following. If an entity sends multiple signals to the same destination entity, the order will be preserved. That is, if A send a signal S1 to B, and later sends the signal S2 to B, S1 is guaranteed not to arrive after S2.

s/if A send/if A sends/
>> 
>> The implementation of different asynchronous signals in the VM may vary over time, but the behavior will always respect this concept of asynchronous signals being passed between entities as described above.

Unless you are deliberately using American speling, s/behavior/behaviour/.
The English spelling of behaviour is usual in Erlang.





More information about the erlang-questions mailing list