This commit is contained in:
2022-09-19 18:39:28 +08:00
parent 9bf6d000ed
commit 15214aa07e
2 changed files with 13 additions and 7 deletions
+8
View File
@@ -186,6 +186,14 @@ class Connection extends Component
}
/**
* @throws Exception
*/
public function flush($coroutineName, $minNumber = 1) {
$this->pool->flush($coroutineName, $minNumber);
}
/**
* @param $coroutineName
* @return bool