Files
kiri-pool/StopHeartbeatCheck.php
T

14 lines
143 B
PHP
Raw Normal View History

2023-08-16 00:28:54 +08:00
<?php
declare(strict_types=1);
namespace Kiri\Pool;
interface StopHeartbeatCheck
{
public function stopHeartbeatCheck();
}