This commit is contained in:
2021-04-01 10:11:20 +08:00
parent 3f6a19aea7
commit ea6e46812c
10 changed files with 47 additions and 42 deletions
-8
View File
@@ -5,13 +5,8 @@ namespace Snowflake\Crontab;
use Exception;
use ReflectionException;
use Snowflake\Event;
use Snowflake\Exception\ComponentException;
use Snowflake\Exception\NotFindClassException;
use Snowflake\Process\Process;
use Snowflake\Snowflake;
use Swoole\Coroutine;
use Swoole\Coroutine\WaitGroup;
use Swoole\Coroutine\Channel;
use Swoole\Timer;
@@ -38,9 +33,6 @@ class ZookeeperProcess extends Process
/**
* @param \Swoole\Process $process
* @throws ReflectionException
* @throws ComponentException
* @throws NotFindClassException
* @throws Exception
*/
public function onHandler(\Swoole\Process $process): void