This commit is contained in:
2023-08-16 00:28:54 +08:00
parent c6b323dd41
commit b92c12ef84
8 changed files with 599 additions and 201 deletions
+13
View File
@@ -0,0 +1,13 @@
<?php
declare(strict_types=1);
namespace Kiri\Pool;
interface StopHeartbeatCheck
{
public function stopHeartbeatCheck();
}