Php/docs/parallel.bootstrap

提供:Dev Guides
< Php
2020年12月14日 (月) 11:54時点におけるNotes (トーク | 投稿記録)による版 (autoload)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先:案内検索

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


Exceptions

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


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