Files
kiri-core/kiri-engine/Pool/StopHeartbeatCheck.php
T
2021-09-24 17:27:25 +08:00

12 lines
104 B
PHP

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