12 lines
115 B
PHP
12 lines
115 B
PHP
<?php
|
|
|
|
namespace Kiri\Pool;
|
|
|
|
interface StopHeartbeatCheck
|
|
{
|
|
|
|
|
|
public function stopHeartbeatCheck();
|
|
|
|
}
|