Fixed constructors, default memory to -1, default async generator

This commit is contained in:
Shoghi Cervantes
2015-03-14 15:50:33 +01:00
parent 9158cc4f19
commit 807107e581
5 changed files with 11 additions and 12 deletions

View File

@ -32,7 +32,7 @@ class CommandReader extends Thread{
/**
* @param \Threaded $threaded
*/
public function __construct(\Threaded $threaded){
public function __construct(){
$this->buffer = \ThreadedFactory::create();
$this->start();
}