parallel\Runtime::close

Runtime Graceful Join

Description

public void parallel\Runtime::close()

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.