コード例 #1
0
 /**
  * Run worker thread
  * @return void
  */
 public static function runWorker()
 {
     Daemon::$runworkerMode = true;
     $thread = new Thread\Worker();
     $thread();
 }