parallel\Runtime::kill

(0.8.0)

parallel\Runtime::killRuntime 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.

添加备注

用户贡献的备注

此页面尚无用户贡献的备注。
To Top