Removed ThreadedFactory

This commit is contained in:
Shoghi Cervantes
2015-09-18 11:18:41 +02:00
parent 8768b7fdbd
commit 472fcfa4c7
7 changed files with 7 additions and 8 deletions

View File

@ -30,7 +30,7 @@ class CommandReader extends Thread{
private $shutdown = false;
public function __construct(){
$this->buffer = \ThreadedFactory::create();
$this->buffer = new \Threaded;
$this->start();
}