parallel\bootstrap

(1.0.0)

parallel\bootstrapBootstrapping

Descripción

parallel\bootstrap(string $file): void

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

Parámetros

file

Path to the file to bootstrap all runtimes.

Valores devueltos

No devuelve ningún valor.

Errores/Excepciones

Advertencia

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

Advertencia

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

Ver también

add a note

User Contributed Notes

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