parallel\bootstrap

(1.0.0)

parallel\bootstrapBootstrapping

說明

parallel\bootstrap(string $file): void

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

參數(shù)

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().