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

25.x is outdated, please check the latest version 26.x


Latest version: pecl install openswoole-26.2.0

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 February 28, 2026