r
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Kiri\Pool;
|
||||
|
||||
interface StopHeartbeatCheck
|
||||
{
|
||||
|
||||
|
||||
public function stopHeartbeatCheck();
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user