This commit is contained in:
2021-04-26 17:34:33 +08:00
parent 76f9688ea6
commit 52357f8283
7 changed files with 577 additions and 487 deletions
+12 -4
View File
@@ -8,10 +8,18 @@ interface SProcess
{
// public function getProcessName(): string;
//
//
// public function before(\Swoole\Process $process): void;
/**
* @return string
*
* return process name
*/
public function getProcessName(): string;
/**
* @param \Swoole\Process $process
*/
public function before(\Swoole\Process $process): void;
/**
* @param \Swoole\Process $process