parent root
PHP: parallel\Runtime::close - Manual

parallel\Runtime::close

(0.8.0)

parallel\Runtime::closeRuntime Graceful Join

Description

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

Shall request that the runtime shutsdown.

Note:

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

Exceptions

Warning

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

add a noteadd a note

User Contributed Notes

There are no user contributed notes for this page.
To Top
parent root