parallel\Runtime::__construct

(0.8.0)

parallel\Runtime::__constructRuntime Construction

説明

publicparallel\Runtime::__construct()

Shall construct a new runtime without bootstrapping.

publicparallel\Runtime::__construct(string$bootstrap)

Shall construct a bootstrapped runtime.

パラメータ

bootstrap

The location of a bootstrap file, generally an autoloader.

Exceptions

警告

Shall throw parallel\Runtime\Error if thread could not be created

警告

Shall throw parallel\Runtime\Bootstrap if bootstrapping failed

To Top