No. For one, actor A may have a bunch of messages in its mailbox while
actor B has none, meaning A will have to process all those before
processing 'x' but B will process 'y' immediately.
On Friday, December 20, 2013 9:08:34 AM UTC-7, Tim Pigden wrote:
>
> Hi in the following
>
> a ! x
> b ! y
>
> where actor b has
> receive {
> case y: Y => a ! y
> }
>
> can I be sure that x will arrive at a before y?
>
> Tim
>
--
>>>>>>>>>> Read the docs: http://akka.io/docs/
>>>>>>>>>> Check the FAQ: http://akka.io/faq/
>>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user
---
You received this message because you are subscribed to the Google Groups "Akka
User List" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/groups/opt_out.