next up previous contents
Next: Property: delay Up: Message Properties Previous: Message Properties   Contents

Property: priority

The priority property is used to send a message with high priority. For instance, the following statement will result in sending the message addUser to the actor, book, with the highest property. This is achieved by placing the message at the beginning of the actor's mailbox's queue.
 
book<-addUser(args[1], args[2]):priority;
 
   


Wei-Jen Wang 2005-10-24