Php/docs/parallel-runtime.close

提供:Dev Guides
< Php
移動先:案内検索

parallel\Runtime::close

(0.8.0)

parallel\Runtime::closeRuntime Graceful Join


説明

public parallel\Runtime::close ( ) : void

Shall request that the runtime shutsdown.

注意:

Tasks scheduled for execution will be executed before the shutdown occurs.

Exceptions

警告 Shall throw parallel\Runtime\Error\Closed if Runtime was already closed.