Files
kiri-core/kiri-engine/Pool/StopHeartbeatCheck.php
T
2023-04-16 01:45:34 +08:00

14 lines
143 B
PHP

<?php
declare(strict_types=1);
namespace Kiri\Pool;
interface StopHeartbeatCheck
{
public function stopHeartbeatCheck();
}