Pool::resize

(PECL pthreads >= 2.0.0)

Pool::resizeResize the Pool

説明

publicPool::resize(int$size): void

Resize the Pool

パラメータ

size

The maximum number of Workers this Pool can create

戻り値

値を返しません。

To Top