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

12 lines
104 B
PHP
Raw Normal View History

2021-08-17 19:04:44 +08:00
<?php
namespace Kiri\Pool;
interface StopHeartbeatCheck
{
public function stopHeartbeatCheck();
}