parallel\Runtime::close
(0.8.0)
parallel\Runtime::close — Runtime 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.