What are messages in actor programming?

Posted by Andrew Grimm on Stack Overflow See other posts from Stack Overflow or by Andrew Grimm
Published on 2010-06-11T09:25:18Z Indexed on 2010/06/11 11:12 UTC
Read the original article Hit count: 272

Filed under:
|

This question describes what actors are in actor programming. What are messages? How can you avoid shared state if you send an object in a message (assuming objects exist in actor programming)?

© Stack Overflow or respective owner

Related posts about message

Related posts about actors