Revert "Added capability to dump AsyncWorker memory"

This reverts commit eb4594348b.

This is far too unstable with more than one worker thread.
This commit is contained in:
Dylan K. Taylor
2017-08-22 20:46:20 +01:00
parent eb4594348b
commit d1852834de
3 changed files with 14 additions and 122 deletions

View File

@ -64,8 +64,4 @@ class AsyncWorker extends Worker{
public function getThreadName() : string{
return "Asynchronous Worker #" . $this->id;
}
public function getAsyncWorkerId() : int{
return $this->id;
}
}