CakeFest 2024: The Official CakePHP Conference

Pool::resize

(PECL pthreads >= 2.0.0)

Pool::resizeResize the Pool

Beschreibung

public 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.

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top