Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
An actor is an object that processes asynchronous messages. You send a message to an actor, and the actor processes it, perhaps messaging other actors to do further processing.
A message can be any object. For example, the actors in the preceding section do something when they receive the string "Hi".