mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-04 17:06:16 +00:00
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:
@ -64,8 +64,4 @@ class AsyncWorker extends Worker{
|
||||
public function getThreadName() : string{
|
||||
return "Asynchronous Worker #" . $this->id;
|
||||
}
|
||||
|
||||
public function getAsyncWorkerId() : int{
|
||||
return $this->id;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user