改名
This commit is contained in:
@@ -277,8 +277,8 @@ abstract class Pool extends Component
|
|||||||
*/
|
*/
|
||||||
public function clean(string $name)
|
public function clean(string $name)
|
||||||
{
|
{
|
||||||
Timer::clear($this->creates);
|
var_dump(Timer::clear($this->creates));
|
||||||
$this->warning('release ' . get_called_class() . ' pool...');
|
// $this->warning('release ' . get_called_class() . ' pool...');
|
||||||
if (!isset($this->_items[$name])) {
|
if (!isset($this->_items[$name])) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user