This commit is contained in:
Yuri Kuznetsov
2021-04-21 14:13:08 +03:00
parent 50db978fa2
commit efd64ecded
33 changed files with 246 additions and 160 deletions
@@ -42,12 +42,12 @@ class AsyncPoolFactory
$this->config = $config;
}
public function isSupported() : bool
public function isSupported(): bool
{
return Pool::isSupported();
}
public function create() : Pool
public function create(): Pool
{
return Pool
::create()