mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-05 01:16:15 +00:00
New console output formatting
This commit is contained in:
@ -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";
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user