pmmpthread support

This commit is contained in:
Dylan K. Taylor
2023-05-20 01:29:26 +01:00
parent 8454076235
commit e0630fbb25
24 changed files with 159 additions and 126 deletions

View File

@ -417,7 +417,7 @@ class Server{
return $this->autoloader;
}
public function getLogger() : \AttachableThreadedLogger{
public function getLogger() : \AttachableThreadSafeLogger{
return $this->logger;
}
@ -760,7 +760,7 @@ class Server{
public function __construct(
private \DynamicClassLoader $autoloader,
private \AttachableThreadedLogger $logger,
private \AttachableThreadSafeLogger $logger,
string $dataPath,
string $pluginPath
){