Package co.paralleluniverse.actors

Quasar Actors

An actor implementation extends the Actor or BasicActor class, and is spawned like so:

 ActorRef actor = new MyActor().spawn();
 
You interact with actors through the ActorRef class.