This commit is contained in:
2023-12-12 15:35:34 +08:00
parent 4ebb7e9686
commit 92e65c4abd
15 changed files with 362 additions and 391 deletions
+2 -3
View File
@@ -21,7 +21,6 @@ trait TraitServer
private array $_process = [];
/**
* @var StdoutLogger
*/
@@ -32,7 +31,7 @@ trait TraitServer
/**
* @param string|array|BaseProcess $class
* @return void
* @throws Exception
* @throws
*/
public function addProcess(string|array|BaseProcess $class): void
{
@@ -69,7 +68,7 @@ trait TraitServer
/**
* @return void
* @throws Exception
* @throws
*/
public function onSignal(): void
{