This page is no longer maintained — Please continue to the home page at www.scala-lang.org

about actor

2 replies
Caesar You
Joined: 2009-09-07,
User offline. Last seen 42 years 45 weeks ago.

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

Caesar You
Joined: 2009-09-07,
User offline. Last seen 42 years 45 weeks ago.
about actor

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

Chris Marshall
Joined: 2009-06-17,
User offline. Last seen 44 weeks 3 days ago.
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.Jr@hotmail.com
To: scala-user@listes.epfl.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.

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