GearmanClient::wait

(PECL gearman >= 0.6.0)

GearmanClient::waitWait for I/O activity on all connections in a client

Descripción

publicGearmanClient::wait(): bool

This waits for activity from any one of the connected servers.

Parámetros

Esta función no tiene parámetros.

Valores devueltos

true on success false on an error.

Ver también

To Top