This commit is contained in:
2021-10-28 18:24:46 +08:00
parent d29020f065
commit c7f4b8a0f7
8 changed files with 292 additions and 34 deletions
+25
View File
@@ -0,0 +1,25 @@
<?php
namespace Kiri\Rpc;
use Kiri\Pool\Pool;
/**
*
*/
class ClientPool extends Pool
{
const POOL_NAME = 'rpc.client.pool';
public int $max;
public int $min;
public int $waite;
}