Dutch PHP Conference 2025 - Call For Papers

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.

add a note

User Contributed Notes

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