改名
This commit is contained in:
@@ -408,13 +408,13 @@ class Connection extends Pool
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param string $coroutineName
|
* @param string $name
|
||||||
*/
|
*/
|
||||||
public function desc(string $coroutineName)
|
public function desc(string $name)
|
||||||
{
|
{
|
||||||
if (!isset($this->hasCreate[$coroutineName])) {
|
if (!isset($this->hasCreate[$name])) {
|
||||||
$this->hasCreate[$coroutineName] = 0;
|
return;
|
||||||
}
|
}
|
||||||
$this->hasCreate[$coroutineName] -= 1;
|
$this->hasCreate[$name] -= 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user