void stop()
 {
     _actorStarted = false; 
     _actorQueue.stop(); 
     _actorThread.join();
 }