Pool::resize

(PECL pthreads >= 2.0.0)

Pool::resizeResize the Pool

Descripción

publicPool::resize(int$size): void

Resize the Pool

Parámetros

size

The maximum number of Workers this Pool can create

Valores devueltos

No devuelve ningún valor.

To Top