parallel\bootstrap

Bootstrapping

説明

void parallel\bootstrap(string $file)

Shall use the provided file to bootstrap all runtimes created for automatic scheduling via parallel\run.

パラメータ

file

Path to the file to bootstrap all runtimes.

戻り値

値を返しません。

エラー / 例外

警告

Shall throw parallel\Runtime\Error\Bootstrap if previously called for this process.

警告

Shall throw parallel\Runtime\Error\Bootstrap if called after parallel\run.