parallel\Runtime::__construct

(0.8.0)

parallel\Runtime::__construct — Construction de l'exĂ©cution

Description

public function parallel\Runtime::__construct()

Construit une nouvelle exécution sans amorçage.

public function parallel\Runtime::__construct(string $bootstrap)

Construit une exécution amorcée.

Liste de paramĂštres

bootstrap
La localisation d'un fichier d'amorçage, généralement un chargeur automatique.

Exceptions

Avertissement

Lance une parallel\Runtime\Error si le thread n'a pas pu ĂȘtre créé

Avertissement

Lance une parallel\Runtime\Bootstrap si l'amorçage a échoué

add a note

User Contributed Notes

There are no user contributed notes for this page.