改名
This commit is contained in:
@@ -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;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user