Revert "改名"

This reverts commit fdf58326
This commit is contained in:
2022-01-17 18:45:00 +08:00
parent 248f4d7100
commit 224b52db49
5 changed files with 23 additions and 278 deletions
-17
View File
@@ -1,17 +0,0 @@
<?php
namespace Kiri\Server\Contract;
use Swoole\Server;
interface OnTaskInterface
{
public function execute();
public function finish(Server $server, int $task_id);
}