mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-04 17:06:16 +00:00
Added capability to dump AsyncWorker memory
This commit is contained in:
@ -64,4 +64,8 @@ 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