OpenSwoole\Core\Coroutine\Pool\ClientPool->get

Latest version: pecl install openswoole-22.1.2 | composer require openswoole/core:22.1.5

Declaration

<?php OpenSwoole\Core\Coroutine\Pool\ClientPool->get(float $timeout = -1)

Parameters

timeout

Max waiting time of the get operation

Return

Description

Get a client from the client pool.

Last updated on September 22, 2022