Pool::resize
PHP Manual
PHP Manual»Pool»Pool::resize

Pool::resize

(PECL pthreads >= 2.0.0)

Pool::resizeResize the Pool

Beschreibung

public function Pool::resize(int $size): void

Resize the Pool

Parameter-Liste

size
The maximum number of Workers this Pool can create

Rückgabewerte

Es wird kein Wert zurückgegeben.

To Top