This commit is contained in:
2023-08-24 11:25:43 +08:00
parent e357c02978
commit 6caa482f64
+3
View File
@@ -23,6 +23,9 @@ class PoolItem
private int $created = 0;
protected int $busy_total = 0;
protected int $idle_total = 0;
/**
* @param int $maxCreated
* @param Closure|array $callback