about actor

does the actor process the next message exactly after
the first message,
 or they can be processed at the same
time?

RE: about actor

A single actor processes the items on its mailbox one-at-a-time in the order the items were added to the mailbox *by the relevant partial-function* being used for a given call to receive or react

From: Caesar [dot] Jr [at] hotmail [dot] com
To: scala-user [at] listes [dot] epfl [dot] ch
Subject: [scala-user] about actor
Date: Mon, 23 Nov 2009 21:15:15 +0800

does the actor process the next message exactly after the first message,  or they can be processed at the same time?
New! Receive and respond to mail from other email accounts from within Hotmail Find out how.

about actor

does the actor process the next message exactly after
the first message,
 or they can be processed at the same
time?

Copyright © 2013 École Polytechnique Fédérale de Lausanne (EPFL), Lausanne, Switzerland