Revert "改名"

This reverts commit fdf58326
This commit is contained in:
2022-01-17 18:45:00 +08:00
parent fbe13eaa7e
commit d8222366b1
13 changed files with 501 additions and 5 deletions
+4 -2
View File
@@ -22,7 +22,9 @@ use Kiri\Di\LocalService;
use Kiri\Error\{ErrorHandler, Logger};
use Kiri\Exception\{InitException, NotFindClassException};
use ReflectionException;
use Kiri\Server\{Contract\OnTaskInterface, Server, ServerManager, Tasker\AsyncTaskExecute};
use Kiri\Server\{Server, ServerManager};
use Kiri\Task\AsyncTaskExecute;
use Kiri\Task\OnTaskInterface;
use Swoole\Table;
/**
@@ -200,7 +202,7 @@ abstract class BaseApplication extends Component
/**
* @param OnTaskInterface $execute
* @throws ReflectionException
* @throws ReflectionException|Exception
*/
public function task(OnTaskInterface $execute): void
{