parallel\Runtime::kill
(0.8.0)
parallel\Runtime::kill — Runtime Join
Описание
public parallel\Runtime::kill
(
) : void
Shall attempt to force the runtime to shutdown.
Замечание:
Tasks scheduled for execution will not be executed, the currently running task shall be interrupted.
Внимание
Internal function calls in progress cannot be interrupted.
Exceptions
Внимание
Shall throw parallel\Runtime\Error\Closed if Runtime was closed.