This commit is contained in:
2021-10-19 16:23:55 +08:00
parent 6c3ead0a16
commit f76749fa48
4 changed files with 7 additions and 6 deletions
@@ -5,13 +5,14 @@ namespace Server\Abstracts;
use JetBrains\PhpStorm\Pure;
use Kiri\Kiri;
use Server\SInterface\OnProcessInterface;
use Swoole\Coroutine;
use Swoole\Process;
/**
*
*/
abstract class OnProcessInterface implements \Server\SInterface\OnProcessInterface
abstract class BaseProcess implements OnProcessInterface
{
/** @var bool */