Files
kiri-core/core/Pool/StopHeartbeatCheck.php
T
2021-08-24 18:10:07 +08:00

12 lines
104 B
PHP

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