This commit is contained in:
2020-12-31 15:27:27 +08:00
parent c69fe9306b
commit 1400e1a1fc
2 changed files with 14 additions and 1 deletions
+13
View File
@@ -0,0 +1,13 @@
<?php
namespace Snowflake\Process;
interface SProcess
{
public function onHandler(\Swoole\Process $process);
}