Esempio n. 1
0
 public function shutdown()
 {
     $this->thread->shutdown();
     usleep(50000);
     //Sleep for 1 tick
     //$this->thread->kill();
 }