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
+17
View File
@@ -0,0 +1,17 @@
<?php
namespace Kiri\Task;
use Swoole\Server;
interface OnTaskInterface
{
public function execute();
public function finish(Server $server, int $task_id);
}