This commit is contained in:
2020-08-31 12:38:32 +08:00
parent 683a39dded
commit 65c443ec87
126 changed files with 7369 additions and 228 deletions
+2 -1
View File
@@ -10,7 +10,7 @@ use Swoole\Coroutine\Channel;
/**
* Class Pool
* @package BeReborn\Pool
* @package Snowflake\Snowflake\Pool
*/
abstract class Pool extends Component
{
@@ -41,6 +41,7 @@ abstract class Pool extends Component
* @param $name
* @param int $timeout
* @return mixed
* @throws Exception
*/
protected function get($name, $timeout = -1)
{