New console output formatting

This commit is contained in:
Shoghi Cervantes
2015-06-09 14:40:40 +02:00
parent ac2bcf7e30
commit 7cf5df7e46
7 changed files with 46 additions and 13 deletions

View File

@ -38,4 +38,8 @@ class AsyncWorker extends Worker{
public function start($options = PTHREADS_INHERIT_NONE){
parent::start(PTHREADS_INHERIT_CONSTANTS | PTHREADS_INHERIT_FUNCTIONS);
}
public function getThreadName(){
return "Asynchronous Worker";
}
}