Threaded::run

(PECL pthreads >= 2.0.0)

Threaded::runExecution

説明

publicThreaded::run(): void

The programmer should always implement the run method for objects that are intended for execution.

パラメータ

この関数にはパラメータはありません。

戻り値

The methods return value, if used, will be ignored

To Top