Example #1
0
 void start()
 {
     _actorStarted = true; 
     _actorQueue.start(); 
     _actorThread = std::thread( &actor<COMMAND,RETURN_VALUE>::_entry_point, this );
 }