parallel\Runtime::close

(0.8.0)

parallel\Runtime::closeRuntime Graceful Join

说明

public parallel\Runtime::close ( void ) : void

Shall request that the runtime shutsdown.

Note:

Any \Closure scheduled for execution will be executed before the shutdown occurs.

Exceptions

Warning

Shall throw \parallel\Exception if Runtime was already closed.