This commit is contained in:
2021-08-05 16:01:51 +08:00
parent c17a1cfcc6
commit 300a016dd2
4 changed files with 23 additions and 14 deletions
-11
View File
@@ -17,16 +17,5 @@ interface PipeMessage
public function process(): void;
/**
*
*/
public function max_execute(): void;
/**
* @return bool
*/
public function isStop(): bool;
}