Files
kiri-core/kiri-engine/Pool/StopHeartbeatCheck.php
T

14 lines
143 B
PHP
Raw Normal View History

2022-01-09 03:50:38 +08:00
<?php
2023-04-16 01:45:34 +08:00
declare(strict_types=1);
2022-01-09 03:50:38 +08:00
namespace Kiri\Pool;
interface StopHeartbeatCheck
{
public function stopHeartbeatCheck();
}