[e-lang] Newbie question
Mariano Montone
marianomontone at gmail.com
Wed Mar 29 10:00:51 EST 2006
How can I perform a sequence of message sends atomically, in a
transactional way, to a remote object? How can I get rid of something
like that under the E model?
In the following example, I would like carRcvr to stay in place
between the moveTo messages.
def carRcvr := carMakerRcvr <- ("Mercedes")
carRcvr <- moveTo(2,3)
carRcvr <- moveTo(5,6)
carRcvr <- moveTo(7,3)
Thanks
Mariano
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://eros.cs.jhu.edu/pipermail/e-lang/attachments/20060329/4e598543/attachment.html
More information about the e-lang
mailing list