Files
kiri-core/kiri-engine/Pool/StopHeartbeatCheck.php
T
2022-01-09 03:50:38 +08:00

12 lines
115 B
PHP

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